From 298b67446c35203fa9e7995b4845f4bd6ea3d7f0 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Thu, 8 May 2025 23:41:37 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/提交一个bug.md | 14 ++++---------- .github/ISSUE_TEMPLATE/提交一个需求建议.md | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 10 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/提交一个需求建议.md diff --git a/.github/ISSUE_TEMPLATE/提交一个bug.md b/.github/ISSUE_TEMPLATE/提交一个bug.md index cbd5d841..456967e7 100644 --- a/.github/ISSUE_TEMPLATE/提交一个bug.md +++ b/.github/ISSUE_TEMPLATE/提交一个bug.md @@ -2,20 +2,14 @@ name: 提交一个BUG或者报错 about: 无法启动、无法回答、后端报错等等 title: 'Error: ' -labels: bug -assignees: xerrors -body: -- type: textarea - id: repro - attributes: - label: Reproduction steps - description: "描述一下问题" - value: | +labels: '' +assignees: '' + --- 1️⃣ 描述一下问题 -> 简单描述一下 + diff --git a/.github/ISSUE_TEMPLATE/提交一个需求建议.md b/.github/ISSUE_TEMPLATE/提交一个需求建议.md new file mode 100644 index 00000000..5d818db5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/提交一个需求建议.md @@ -0,0 +1,20 @@ +--- +name: 提交一个需求建议 +about: 为这个项目提个建议 +title: 'Feat: ' +labels: enhancement +assignees: '' + +--- + +**#️⃣ 您的功能请求是否与某个问题相关?请描述。** + + +**#️⃣ 描述您期望的解决方案** + + +**#️⃣ 描述您考虑过的替代方案** + + +**#️⃣ 附加背景信息** +