diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..1afbe3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Security related inquiries + url: https://recaptime.dev/security + about: Found a security bug in our projects or issue with our infra? Let us know. + - name: We've moved most of our open-source operations on GitLab SaaS + url: https://gitlab.com/recaptime-dev/squad/meta/issues + about: Please take issues there, as most requests on GitHub may be unmonitored. diff --git a/.github/ISSUE_TRACKER_USAGE.md b/.github/ISSUE_TRACKER_USAGE.md new file mode 100644 index 0000000..9410fe5 --- /dev/null +++ b/.github/ISSUE_TRACKER_USAGE.md @@ -0,0 +1,15 @@ +# Using the meta issue tracker on GitHub + +_Looking for the GitLab version of this documentation? [Click here.](../.gitlab/ISSUE_TRACKER_USAGE.md)_ + +## How to find for existing issues + +[Use this search query across all projects in orgs we manage][search-query], or limit it if it is +too much: + +* [main + internals][main] +* [Community Lorebooks][lorebooks-wiki] + +[search-query]: https://github.com/issues?q=is%3Aissue+org%3Arecaptime-dev+org%3Alorebooks-wiki+org%3Arecaptimedev-labs+org%3Arecaptimedev-community+org%3Ainternal-recaptime-dev+archived%3Afalse+ +[main]: https://github.com/issues?q=is%3Aissue+org%3Arecaptime-dev+org%3Ainternal-recaptime-dev+archived%3Afalse+ +[lorebooks-wiki]: https://github.com/issues?q=is%3Aissue+org%3Alorebooks-wiki+org%3Aawesome-neurodiversity diff --git a/.gitlab/ISSUE_TRACKER_USAGE.md b/.gitlab/ISSUE_TRACKER_USAGE.md new file mode 100644 index 0000000..d9e10f2 --- /dev/null +++ b/.gitlab/ISSUE_TRACKER_USAGE.md @@ -0,0 +1,8 @@ +# Using the meta issue tracker on GitLab + +_Looking for the GitHub version of this documentation? [Click here.](../.github/ISSUE_TRACKER_USAGE.md)_ + +> [!info] This documentation mostly applies to GitLab SaaS +> Since we are official part of GitLab for Open Source program and using the complimentary Ultimate SaaS plan, +> some parts of this documentation may not work on self-hosted Community Edition instances (including +> [Manimum GitLab](https://mau.dev) by @tulir).