Skip to content

Commit

Permalink
chore(template): add checklist
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Nov 12, 2024
1 parent 064f8f5 commit 2933e5b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/typo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2933e5b

Please sign in to comment.