mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-12 13:10:05 +00:00
chore: add checklist for question and feat request template
This commit is contained in:
parent
086f46f427
commit
4fd32da91a
2 changed files with 19 additions and 1 deletions
9
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
9
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
@ -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
|
9
.github/ISSUE_TEMPLATE/question.yaml
vendored
9
.github/ISSUE_TEMPLATE/question.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue