mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-12 05:00:05 +00:00
chore: fixing templates
This commit is contained in:
parent
6be115b351
commit
e0349dc914
2 changed files with 5 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -26,8 +26,8 @@ body:
|
||||||
placeholder: |
|
placeholder: |
|
||||||
1. Open `Inbounds` page
|
1. Open `Inbounds` page
|
||||||
2. ...
|
2. ...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected-action
|
id: expected-action
|
||||||
|
|
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