mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-12 13:10:05 +00:00
chore: fixing templates
This commit is contained in:
parent
6be115b351
commit
e0349dc914
2 changed files with 5 additions and 2 deletions
3
.github/ISSUE_TEMPLATE/question.yaml
vendored
3
.github/ISSUE_TEMPLATE/question.yaml
vendored
|
@ -6,5 +6,8 @@ labels: ["question"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: question
|
id: question
|
||||||
|
attributes:
|
||||||
|
label: Question
|
||||||
|
placeholder: I have a question, ..., how can I solve it?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue