diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-25 11:43:12 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 11:43:12 +0300 |
| commit | a790efb18d1c9ca07335679db3d2728fc7e0333d (patch) | |
| tree | 076491d271a514c91fa1246aaddba8e685064310 /.github | |
| parent | 868224ae97b54d2d652377de9891a72a740a13d9 (diff) | |
Create bug_report.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..f948f4a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,56 @@ +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 + + - type: textarea + id: problem + attributes: + label: Description of the problem,screencshot would be good + placeholder: Your problem description + validations: + required: true + + - type: textarea + id: version + attributes: + label: Version of 3x-ui + value: |- + <details> + + ```console + # Paste here + ``` + + </details> + validations: + required: true + + - type: textarea + id: log + attributes: + label: x-ui log reports or xray log + value: |- + <details> + + ```console + # paste log here + ``` + + </details> + validations: + required: true |
