-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
081150d
commit 6a4458b
Showing
3 changed files
with
37 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. / 任何你觉得值得说的。 |