-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
97478cf
commit 16d4d62
Showing
1 changed file
with
10 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
name: "功能请求" | ||
description: "为这个项目提出一个想法" | ||
name: 功能请求 | ||
description: 为这个项目提出一个想法 | ||
title: "features: " | ||
labels: [enhancement] | ||
body: | ||
- type: input | ||
id: describe | ||
attributes: | ||
label: "您的功能请求是否与问题有关?请描述。" | ||
placeholder: "对问题所在的清晰简洁的描述。当 [...]" | ||
label: 您的功能请求是否与问题有关?请描述。 | ||
placeholder: 对问题所在的清晰简洁的描述。当 [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: "描述您想要的解决方案" | ||
placeholder: "清晰简洁地描述您想要发生的事情。" | ||
label: 描述您想要的解决方案 | ||
placeholder: 清晰简洁地描述您想要发生的事情。 | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: "描述您考虑过的替代方案 " | ||
description: "对您考虑过的任何替代解决方案或功能进行清晰简洁的描述。" | ||
label: 描述您考虑过的替代方案 | ||
description: 对您考虑过的任何替代解决方案或功能进行清晰简洁的描述。 | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: "附加上下文" | ||
description: "在此处添加有关功能请求的任何其他上下文或屏幕截图。" | ||
label: 附加上下文 | ||
description: 在此处添加有关功能请求的任何其他上下文或屏幕截图。 | ||
validations: | ||
required: true |