From d104ba3180426fb5278d3687d13537ea35dab32c Mon Sep 17 00:00:00 2001 From: Xinrea Date: Sat, 30 Aug 2025 10:52:00 +0800 Subject: [PATCH] chore: update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ++----- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- .github/ISSUE_TEMPLATE/feature_request.yml | 13 +++++++++++++ 3 files changed, 15 insertions(+), 25 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6bc3b2d..67dfb6a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: 提交 BUG 报告. -title: "[Bug] " +title: "[bug] " labels: ["bug"] assignees: - Xinrea @@ -35,16 +35,13 @@ body: - type: textarea attributes: label: BUG 描述 - description: - render: Markdown + description: 请尽可能详细描述 BUG 的现象以及复现的方法 validations: required: true - - type: textarea id: logs attributes: label: 日志 description: 请粘贴日志内容或是上传日志文件(在主窗口的设置页面,提供了一键打开日志目录所在位置的按钮;当你打开日志目录所在位置后,进入 logs 目录,找到后缀名为 log 的文件) - render: Markdown validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 3b4cf8a..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: 提交一个新功能的建议 -title: "[feature]" -labels: enhancement -assignees: Xinrea - ---- - -**遇到的问题:** -在使用过程中遇到了什么问题让你想要提出建议 - -**想要的功能:** -想要怎样的新功能来解决这个问题 - -**通过什么方式实现(有思路的话):** -如果有相关的实现思路或者是参考,可以在此提供 - -**其他:** -其他任何想说的话 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..1324baf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,13 @@ +name: Feature Request +description: 提交新功能的需求 +title: "[feature] " +labels: ["feature"] +assignees: + - Xinrea +body: + - type: textarea + attributes: + label: 需求描述 + description: 请尽可能详细描述你想要的新功能 + validations: + required: true