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: '' - ---- - -**您的功能请求是否与遇到的某种问题有关?请简要描述** -简要地描述问题所在。 -例如:当[......]时,我总是感到体验不好。 - -**描述您设想的解决方案** -简要地描述您希望发生什么。 - -**描述你考虑过的替代方案** -简要地描述您考虑过的任何替代解决方案或功能。 - -**补充信息** -在此处添加有关功能请求的任何其他信息或截图。