mirror of
https://gitlab.com/recaptime-dev/squad/meta.git
synced 2025-06-01 18:49:30 +00:00
get docs and issue template config work
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
113d1cc8e6
commit
4bdaff9f68
3 changed files with 31 additions and 0 deletions
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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
15
.github/ISSUE_TRACKER_USAGE.md
vendored
Normal 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
|
8
.gitlab/ISSUE_TRACKER_USAGE.md
Normal file
8
.gitlab/ISSUE_TRACKER_USAGE.md
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue