mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
Update bug_report.md
This commit is contained in:
parent
60169bd055
commit
868224ae97
1 changed files with 52 additions and 18 deletions
70
.github/ISSUE_TEMPLATE/bug_report.md
vendored
70
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,24 +1,58 @@
|
||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Describe the 3x-ui bug**
|
name: Issue Report
|
||||||
A clear and concise description of what the bug is.
|
description: "Create a report to help us improve."
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
id: terms
|
||||||
|
attributes:
|
||||||
|
label: Welcome
|
||||||
|
options:
|
||||||
|
- label: Yes, I'm using the latest major release. Only such installations are supported.
|
||||||
|
required: true
|
||||||
|
- label: Yes, I'm using the supported system. Only such systems are supported.
|
||||||
|
required: true
|
||||||
|
- label: Yes, I have read all WIKI document,nothing can help me in my problem.
|
||||||
|
required: true
|
||||||
|
- label: Yes, I've searched similar issues on GitHub and didn't find any.
|
||||||
|
required: true
|
||||||
|
- label: Yes, I've included all information below (version, config, log, etc).
|
||||||
|
required: true
|
||||||
|
|
||||||
**Expected behavior**
|
- type: textarea
|
||||||
A clear and concise description of what you expected to happen.
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: Description of the problem,screencshot would be good
|
||||||
|
placeholder: Your problem description
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
**Screenshots**
|
- type: textarea
|
||||||
If applicable, add screenshots to help explain your problem.
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: Version of 3x-ui
|
||||||
|
value: |-
|
||||||
|
<details>
|
||||||
|
|
||||||
**Server (please complete the following information):**
|
- OS: [e.g. ubuntu 22]
|
||||||
- OS: [e.g. iOS]
|
- 3x-ui [e.g. v1.1.2]
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Additional context**
|
</details>
|
||||||
Add any other context about the problem here.
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: log
|
||||||
|
attributes:
|
||||||
|
label: x-ui Log reports or xray log
|
||||||
|
value: |-
|
||||||
|
<details>
|
||||||
|
|
||||||
|
```console
|
||||||
|
# x-ui log
|
||||||
|
# copy and paste log reports from your panel (index page)
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue