From 9bbb4fb0009bc435bc4b13f93d6d4cc88fd9ba15 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Sun, 9 Mar 2025 10:03:26 +0800 Subject: [PATCH] Add base issue template/form Signed-off-by: Andrei Jiroh Halili --- .github/ISSUE_TEMPLATE/00-general.yml | 26 +++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .gitlab/ISSUE_TEMPLATE/General Inquiries.md | 36 +++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/00-general.yml create mode 100644 .gitlab/ISSUE_TEMPLATE/General Inquiries.md diff --git a/.github/ISSUE_TEMPLATE/00-general.yml b/.github/ISSUE_TEMPLATE/00-general.yml new file mode 100644 index 0000000..f126337 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/00-general.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1afbe3a..787583f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.gitlab/ISSUE_TEMPLATE/General Inquiries.md b/.gitlab/ISSUE_TEMPLATE/General Inquiries.md new file mode 100644 index 0000000..0cb8888 --- /dev/null +++ b/.gitlab/ISSUE_TEMPLATE/General Inquiries.md @@ -0,0 +1,36 @@ + +## 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 + + + +## Additional resources / Prior Art + + + + +[issue-tracker]: https://github.com/recaptime-dev/meta/blob/main/.github/ISSUE_TRACKER_USAGE.md + + + + + +/assign @ajhalili2006 @RecapTimeBot