Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-03-25 11:43:23 +0300
committerGitHub <noreply@github.com>2023-03-25 11:43:23 +0300
commit373628a6a363e383dc9247983f2c0755bdf9f14c (patch)
tree7c55df7ba64dfad02b7fe9763d012294cd2b032c /.github/ISSUE_TEMPLATE
parenta790efb18d1c9ca07335679db3d2728fc7e0333d (diff)
Delete bug_report.md
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md58
1 files changed, 0 insertions, 58 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 9da140d8..00000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
- 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>
-
- - OS: [e.g. ubuntu 22]
- - 3x-ui [e.g. v1.1.2]
-
- </details>
- 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