From 2f616ba23761701e05a5cd9f63fdef9b4b21c316 Mon Sep 17 00:00:00 2001 From: dom Date: Sat, 8 Mar 2025 20:01:16 +0800 Subject: [PATCH] =?UTF-8?q?Update=20and=20rename=20=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E8=AF=B7=E6=B1=82.md=20to=20=E5=8A=9F=E8=83=BD=E8=AF=B7?= =?UTF-8?q?=E6=B1=82.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/功能请求.md | 20 -------------- .github/ISSUE_TEMPLATE/功能请求.yml | 41 +++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/功能请求.md create mode 100644 .github/ISSUE_TEMPLATE/功能请求.yml diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md deleted file mode 100644 index edf2d7426..000000000 --- a/.github/ISSUE_TEMPLATE/功能请求.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: 功能请求 -about: 对于功能的一些建议 -title: "[FR] " -labels: enhancement -assignees: '' - ---- - -### 功能描述 -请提供对所请求功能的清晰描述。 - -### 目标 -请描述你希望通过这个功能实现的目标。 - -### 解决方案 -如果你有任何关于如何实现这个功能的想法或建议,请在这里提供。 - -### 其他 -请提供已实现该功能或类似功能的应用 diff --git a/.github/ISSUE_TEMPLATE/功能请求.yml b/.github/ISSUE_TEMPLATE/功能请求.yml new file mode 100644 index 000000000..c4f24a721 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能请求.yml @@ -0,0 +1,41 @@ +name: 功能请求 +description: 对于功能的一些建议 +labels: [ "enhancement" ] +title: "[FR] " +body: + + - type: checkboxes + id: checklist + attributes: + label: 检查清单 + options: + - label: 之前没有人提交过类似或相同的功能请求。 + required: true + + - type: textarea + id: desc + attributes: + label: 功能描述 + description: 请提供对所请求功能的清晰描述。 + validations: + required: true + + - type: textarea + id: propose + attributes: + label: 目标 + description: 请描述你希望通过这个功能实现的目标。 + validations: + required: true + + - type: textarea + id: solution + attributes: + label: 解决方案 + description: 如果你有任何关于如何实现这个功能的想法或建议,请在这里提供。 + + - type: textarea + id: addition + attributes: + label: 其他 + description: 请提供已实现该功能或类似功能的应用