diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-25 11:25:45 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 11:25:45 +0300 |
| commit | 868224ae97b54d2d652377de9891a72a740a13d9 (patch) | |
| tree | 867760b6dda1a74b99c56d7247451c08bca7fe93 /.github/ISSUE_TEMPLATE | |
| parent | 60169bd0557cd93f92a57d7a064c7acc066e7c12 (diff) | |
Update bug_report.md
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 70 |
1 files changed, 52 insertions, 18 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dce35bfe..9da140d8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,24 +1,58 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' ---- + + name: Issue Report +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 -**Describe the 3x-ui bug** -A clear and concise description of what the bug is. + - type: textarea + id: problem + attributes: + label: Description of the problem,screencshot would be good + placeholder: Your problem description + validations: + required: true -**Expected behavior** -A clear and concise description of what you expected to happen. + - type: textarea + id: version + attributes: + label: Version of 3x-ui + value: |- + <details> -**Screenshots** -If applicable, add screenshots to help explain your problem. + - OS: [e.g. ubuntu 22] + - 3x-ui [e.g. v1.1.2] -**Server (please complete the following information):** - - OS: [e.g. iOS] - - Version [e.g. 22] + </details> + validations: + required: true -**Additional context** -Add any other context about the problem here. + - 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 |
