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: |
|
||||
1. Open `Inbounds` page
|
||||
2. ...
|
||||
validations:
|
||||
required: true
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: expected-action
|
||||
|
|
3
.github/ISSUE_TEMPLATE/question.yaml
vendored
3
.github/ISSUE_TEMPLATE/question.yaml
vendored
|
@ -6,5 +6,8 @@ labels: ["question"]
|
|||
body:
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
label: Question
|
||||
placeholder: I have a question, ..., how can I solve it?
|
||||
validations:
|
||||
required: true
|
||||
|
|
Loading…
Reference in a new issue