From 68f403887955d17011197e8ca18373fb07c43ac0 Mon Sep 17 00:00:00 2001 From: zkitefly Date: Fri, 16 Jun 2023 08:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Issue=20=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=20(#2278)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create feature.yml * Update config.yml * Update config.yml * Update feature.yml --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature.yml | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2453a0951..d2ce103b6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -10,5 +10,5 @@ contact_links: url: https://afdian.net/@huanghongxun about: 前往爱发电赞助 HMCL。赞助后可以申请加入官方 QQ 群反馈问题。 - name: 其他反馈 - url: https://github.com/huanghongxun/HMCL/issues/new - about: 通过 Issue 反馈其他问题。 + url: https://github.com/huanghongxun/HMCL/discussions/new/choose + about: 通过 Discussions 反馈其他问题。 diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 000000000..29a748f51 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,21 @@ +name: "Feature Request" +description: "为 HMCL 提出新功能" +labels: feature request +body: +- type: markdown + attributes: + value: "提交前请确保查看 issues 列表是否有重复的项目!" +- type: textarea + id: "yml-2" + attributes: + label: 描述 Description + description: "详细描述你想加入的新功能" + validations: + required: true +- type: textarea + id: "yml-3" + attributes: + label: 原因 Why + description: "描述该功能带来的好处及原因" + validations: + required: true