From d54434c1614a12755e8bf54bd0aa8e5e8a52db76 Mon Sep 17 00:00:00 2001 From: GavinHaydy <50980660+GavinHaydy@users.noreply.github.com> Date: Fri, 29 Aug 2025 01:21:13 +0800 Subject: [PATCH] feat: feature template --- .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..c070146 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: ✨ 功能需求 / Feature Request +about: 你有新功能想法或改进建议?请在这里提交。 / Suggest a new feature or enhancement. +title: "[Feature]" +labels: enhancement +assignees: '' +--- + +## 功能描述 / Feature Description + + +## 需求场景 / Use Case + + +## 额外信息 / Additional Information + \ No newline at end of file