get docs and issue template config work

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
Andrei Jiroh Halili 2025-03-09 02:37:35 +08:00
parent 113d1cc8e6
commit 4bdaff9f68
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
3 changed files with 31 additions and 0 deletions

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -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.

15
.github/ISSUE_TRACKER_USAGE.md vendored Normal file
View file

@ -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

View file

@ -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).