From ca3e73c4ebcea01e85725ccb66f70e1cf94e4987 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 25 Mar 2023 12:13:23 +0330 Subject: [PATCH] Delete bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 58 ---------------------------- 1 file changed, 58 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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: |- -
- - - OS: [e.g. ubuntu 22] - - 3x-ui [e.g. v1.1.2] - -
- validations: - required: true - - - type: textarea - id: log - attributes: - label: x-ui Log reports or xray log - value: |- -
- - ```console - # x-ui log - # copy and paste log reports from your panel (index page) - ``` - -
- validations: - required: true