mirror of
https://gitlab.com/recaptime-dev/squad/meta.git
synced 2025-06-01 18:49:30 +00:00
Add base issue template/form
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
4bdaff9f68
commit
9bbb4fb000
3 changed files with 63 additions and 0 deletions
26
.github/ISSUE_TEMPLATE/00-general.yml
vendored
Normal file
26
.github/ISSUE_TEMPLATE/00-general.yml
vendored
Normal 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
|
1
.github/ISSUE_TEMPLATE/config.yml
vendored
1
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -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
|
||||
|
|
36
.gitlab/ISSUE_TEMPLATE/General Inquiries.md
Normal file
36
.gitlab/ISSUE_TEMPLATE/General Inquiries.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue