diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 000000000..af9192223
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,18 @@
+---
+name: 🚀 Feature Request
+description: Suggest an idea for this project
+title: "[feat.]:
"
+labels: ["type: feature"]
+---
+
+**Use Case**
+
+
+**Describe the solution you'd like**
+
+
+**Describe alternatives you've considered**
+
+
+**Additional context**
+
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
deleted file mode 100644
index 5c1995201..000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-name: 🚀 Feature Request
-description: feature request for OceanBase
-title: "[feat.]: "
-labels: ["type: feature"]
-assignees: []
-body:
- - type: checkboxes
- attributes:
- label: Please check the issue list for the same feature first
- 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: Use Case
- description: A clear and concise description of what is the intended usage scenario is.
- validations:
- required: true
- - type: textarea
- attributes:
- label: Describe alternatives you have considered
- description: A clear and concise description of any alternative solutions or features you've considered
- validations:
- required: false
- - type: textarea
- attributes:
- label: Other information
- description: Any other information about the feature.
- validations:
- required: false