chore: add checklist for question and feat request template

This commit is contained in:
Shishkevich D. 2025-04-22 23:06:03 +07:00 committed by GitHub
parent 086f46f427
commit 4fd32da91a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 1 deletions

View file

@ -28,3 +28,12 @@ body:
description: A clear and concise description of any alternative solutions or features you've considered. description: A clear and concise description of any alternative solutions or features you've considered.
validations: validations:
required: false required: false
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: Please check all the checkboxes
options:
- label: This bug report is written entirely in English.
required: true

View file

@ -11,3 +11,12 @@ body:
placeholder: I have a question, ..., how can I solve it? placeholder: I have a question, ..., how can I solve it?
validations: validations:
required: true required: true
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: Please check all the checkboxes
options:
- label: This bug report is written entirely in English.
required: true