diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..8ce7d9ee
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,24 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: bug
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Version (please complete the following information):**
+ - 3X-UI Version : [e.g. 2.3.5]
+ - Xray Version : [e.g. 1.8.13]
+
+**Additional context**
+Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
deleted file mode 100644
index f948f4a2..00000000
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ /dev/null
@@ -1,56 +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: |-
-
-
- ```console
- # Paste here
- ```
-
-
- validations:
- required: true
-
- - type: textarea
- id: log
- attributes:
- label: x-ui log reports or xray log
- value: |-
-
-
- ```console
- # paste log here
- ```
-
-
- validations:
- required: true