diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 80f08933..b8abc372 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -17,7 +17,7 @@ body: id: version attributes: label: Easter Eggs version / Easter Eggs 版本 - description: Please select the version you are using / 请选择正在使用的版本 + description: Please select the version you are using / 请说明正在使用的版本 placeholder: | e.g. v1.9.7 validations: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index f6869b85..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request / 功能要求 -about: Suggest an idea for this project / 为这个项目提出一个想法 -title: "[FR] " -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe. / 您的功能请求与问题相关吗?请描述一下。** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like / 描述您想要的解决方案** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered / 描述你考虑过的替代方案** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context / 附加内容** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 00000000..e253e862 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,36 @@ +name: Feature Request / 功能请求 +description: Suggest an idea for this project / 提出一个建议 +labels: [ "enhancement" ] +title: "[FR] " +body: + - type: checkboxes + id: checklist + attributes: + label: Checklist / 检查清单 + description: Ensure that our bug report form is appropriate for you. / 确保我们的错误报告表单适合您。 + options: + - label: No one has submitted a similar or identical feature request before. / 之前没有人提交过类似或相同的功能请求。 + required: true + - label: This suggestion does not depart from the original intention of Easter Eggs. / 这个建议不会背离 Easter Eggs 的初衷。 + required: true + - type: textarea + id: propose + attributes: + label: Enhancement propose / 改进目的 + description: Propose of the enhancement. / 改进有什么用 + placeholder: | + Show your idea here. + validations: + required: true + - type: textarea + id: solution + attributes: + label: Solution / 解决方案 + description: What's your solution for this enhancement? / 你会怎么完成这个改进? + placeholder: | + How to do it on your opinion? Or left this blank + - type: textarea + id: addition + attributes: + label: Additional info / 额外信息 + description: Everything else you consider worthy that we didn't ask for. / 任何你觉得值得说的。