chore(template): add checklist

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2024-11-12 20:03:52 +08:00
parent 064f8f5243
commit 2933e5b328
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
4 changed files with 15 additions and 0 deletions

View File

@ -12,6 +12,7 @@ body:
label: Describe the bug
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
placeholder: Bug description
validations:
required: true
- type: textarea
@ -46,6 +47,8 @@ body:
required: true
- label: Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
required: true
- label: This issue is valid
required: true
- type: checkboxes
id: contributions
attributes:

View File

@ -38,3 +38,5 @@ body:
options:
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
required: true
- label: This issue is valid
required: true

View File

@ -52,3 +52,5 @@ body:
options:
- label: I agree to follow this project's Code of Conduct
required: true
- label: This issue is valid
required: true

View File

@ -13,3 +13,11 @@ body:
id: context
attributes:
label: Additional context
- type: checkboxes
id: checkboxes
attributes:
label: Validations
description: Before submitting the issue, please make sure you do the following
options:
- label: This issue is valid
required: true