Add base issue template/form

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

26
.github/ISSUE_TEMPLATE/00-general.yml vendored Normal file
View file

@ -0,0 +1,26 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-forms.json
title: "Other/General requests"
name: "[misc]"
description: Sample description
assignees:
- RecapTimeBot
- ajhalili2006
body:
- type: checkboxes
attributes:
label: Preflight Checks
options:
- label: >-
I have [searched through the issues](https://github.com/recaptime-dev/meta/blob/main/.github/ISSUE_TRACKER_USAGE.md)
across the Recap Time Squad's projects here in GitHub and confirmed there are no duplicates.
required: true
- label: >-
I agree to the [Recap Time Squd Community Code of Conduct](https://policies.recaptime.dev/code-of-conduct).
required: true
- type: textarea
attributes:
label: About this issue
description: Describe what this is all talking about here in depth.
id: details
validations:
required: true

View file

@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json
blank_issues_enabled: false
contact_links:
- name: Security related inquiries

View file

@ -0,0 +1,36 @@
<!-- markdownlint-disable MD041 -->
## Preflight Checks
* [ ] I have [searched through the issues][issue-tracker] across the Recap Time Squad's projects here
in GitLab (and elsewhere) and confirmed there are no duplicates.
* [ ] I agree to the [Recap Time Squd Community Code of Conduct](https://policies.recaptime.dev/code-of-conduct).
## About this issue
<!--
Please describe as much details as possible here.
-->
## Additional resources / Prior Art
<!--
Note on this section:
* Use full URLs for issues and merge requests/patches, even if they are within GitLab SaaS, since
we don't sync them between platforms to limit API ratelimiting.
* If none, just write Not Applicable here. If you add now (or later by editing), use bullet points
list one link per point.
-->
<!-- link references: DO NOT TOUCH -->
[issue-tracker]: https://github.com/recaptime-dev/meta/blob/main/.github/ISSUE_TRACKER_USAGE.md
<!-- link references: add them below this line -->
<!-- footnotes: add them below this line -->
<!-- DO NOT EDIT BELOW THIS LINE -->
/assign @ajhalili2006 @RecapTimeBot