Skip to content

Commit

Permalink
doc: Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hushenghao committed Sep 1, 2023
1 parent 081150d commit 6a4458b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -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. / 任何你觉得值得说的。

0 comments on commit 6a4458b

Please sign in to comment.