diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000000..0c8f062e7f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,29 @@
+---
+name: 🐞 Bug report
+about: Create a report to help us improve
+title: "[Bug]:
"
+labels: ["type: bug"]
+---
+
+**Describe the bug**
+
+
+** Environment**
+
+- OS Version and CPU Arch(`uname -a`):
+
+- OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./observer -V`):
+
+
+**Fast Reproduce Steps(Required)**
+
+Steps to reproduce the behavior:
+
+**Expected behavior**
+
+
+**Actual Behavior**
+
+
+**Additional context**
+
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
deleted file mode 100644
index a397b80470..0000000000
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ /dev/null
@@ -1,50 +0,0 @@
-name: 🐞 Bug Report
-description: bug report for OceanBase
-title: "[Bug]: "
-labels: ["type: bug"]
-assignees: []
-
-body:
- - type: checkboxes
- attributes:
- label: Please check the issue list for the same bug
- options:
- - label: I have searched the existing issues.
- required: true
- - label: Please try full text in English and attach precise description.
- required: true
- - type: textarea
- attributes:
- label: Environment
- description: |
- Environment Details sometimes important
- value: |
- #### OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./observer -V`):
-
- #### Hardware parameter(`uname -a`):
-
- validations:
- required: false
- - type: textarea
- attributes:
- label: Fast Reproduce Steps(Required)
- validations:
- required: true
- - type: textarea
- attributes:
- label: Actual Behavior
- description: What is the result? Pictures are allowed
- validations:
- required: true
- - type: textarea
- attributes:
- label: Expected Behavior
- description: What you expected.
- validations:
- required: false
- - type: textarea
- attributes:
- label: Other information
- description: Error Log or Core stack or Others
- validations:
- required: false