From 80041f889e577a0071a5a31a46c9bb9d7daca241 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:46:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E6=A8=A1=E7=89=88=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/Feature_Request.yml | 33 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/功能请求.md | 21 -------------- 2 files changed, 33 insertions(+), 21 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/Feature_Request.yml delete mode 100644 .github/ISSUE_TEMPLATE/功能请求.md diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.yml b/.github/ISSUE_TEMPLATE/Feature_Request.yml new file mode 100644 index 00000000..439fd3a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_Request.yml @@ -0,0 +1,33 @@ +name: 功能请求 +description: 提出你的想法以帮助我们改进 +title: "[Feature Request] " +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + 请尽可能详细地描述你的想法,以便更好地理解你的需求。 + + - type: textarea + id: description + attributes: + label: 描述 + description: 描述你遇到的问题或缺失的功能 + + - type: textarea + id: solution + attributes: + label: 解决方案 + description: 简要地描述您希望发生什么 + + - type: textarea + id: alternatives + attributes: + label: 其他方案 + description: 简要地描述您考虑过的任何替代解决方案或功能 + + - type: textarea + id: context + attributes: + label: 补充信息 + description: 在此处添加有关您的功能请求的任何其他内容 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md deleted file mode 100644 index 1a87e304..00000000 --- a/.github/ISSUE_TEMPLATE/功能请求.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: 功能请求 -about: 为本应用提出建议 -title: "[Feature Request]" -labels: enhancement -assignees: '' - ---- - -**您的功能请求是否与遇到的某种问题有关?请简要描述** -简要地描述问题所在。 -例如:当[......]时,我总是感到体验不好。 - -**描述您设想的解决方案** -简要地描述您希望发生什么。 - -**描述你考虑过的替代方案** -简要地描述您考虑过的任何替代解决方案或功能。 - -**补充信息** -在此处添加有关功能请求的任何其他信息或截图。