diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index fb164f030..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: ✨ 特性提议 Request new features -about: 欢迎提出你所期待的新特性 Come up with the features you expect ---- - -### 在什么情况下你需要该特性? In what scenarios do you need this feature? - - - -### 描述可能的最优解决方案 Describe the optimal solution - - - -### 描述候选的解决方案 Describe the candidate solution - - - -### 其他信息 Other information - - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..e94f60371 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,36 @@ +name: ✨ 特性提议 Request new features +description: 欢迎提出你所期待的新特性 Come up with the features you expected +title: "请输入特性提议标题 Please enter the title of the feature request" +body: + - type: textarea + attributes: + label: 在什么情况下你需要该特性?In what scenarios do you need this feature? + description: | + 请尽量清晰地描述该特性的应用场景。 + Please describe the functions and application scenarios you expect as clearly and accurately as possible. + validations: + required: true + - type: textarea + attributes: + label: 描述可能的最优解决方案 Describe the optimal solution + description: | + 请描述你能想到的最优解决方案。也有有些类似软件已经实现了该特性,请列出以供我们参考。 + Please try to describe the best solution. There may be similar software that implements this feature. Please also list it for our reference. + validations: + required: true + - type: textarea + attributes: + label: 描述候选的解决方案 Describe the candidate solution + description: | + 请描述你能想到的候选解决方案。 + Please describe the candidate solutions you can accept as clearly and accurately as possible. + validations: + required: false + - type: textarea + attributes: + label: 其他信息 Other information + description: | + 请提供任何附加信息,以帮助我们更好地理解该特性和解决方案。 + Please provide any additional information about this feature suggestion. + validations: + required: false \ No newline at end of file