Skip to content

Commit 0a51798

Browse files
committed
fix: update feature request template for clarity and consistency in English and Chinese
1 parent 9c691b2 commit 0a51798

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,40 @@
11

2-
name: '🎉 功能建议'
2+
name: '🎉 Feature Request / 功能建议'
33
title: "[Feature]"
4-
description: 提交建议帮助我们改进。
4+
description: Submit a suggestion to help us improve. / 提交建议帮助我们改进。
55
labels: [ "enhancement" ]
66
body:
77
- type: markdown
88
attributes:
99
value: |
10-
感谢您抽出时间提出新功能建议,请准确解释您的想法。
10+
Thank you for taking the time to suggest a new feature! Please explain your idea clearly and accurately. / 感谢您抽出时间提出新功能建议,请准确解释您的想法。
1111
1212
- type: textarea
1313
attributes:
14-
label: 描述
15-
description: 简短描述您的功能建议
14+
label: Description / 描述
15+
description: Please describe the feature you want to be added in detail. / 请详细描述您希望添加的功能
1616

1717
- type: textarea
1818
attributes:
19-
label: 使用场景
20-
description: 你想要发生什么?
21-
placeholder: >
22-
一个清晰且具体的描述这个功能的使用场景。
19+
label: Use Case / 使用场景
20+
description: Please describe the use case for this feature. / 请描述这个功能的使用场景。
2321

2422
- type: checkboxes
2523
attributes:
26-
label: 你愿意提交PR吗?
24+
label: Willing to Submit PR? / 是否愿意提交PR?
2725
description: >
28-
这不是必须的,但我们欢迎您的贡献。
26+
This is not required, but if you are willing to submit a PR to implement this feature, it would be greatly appreciated! / 这不是必需的,但如果您愿意提交 PR 来实现这个功能,我们将不胜感激!
2927
options:
30-
- label: 是的, 我愿意提交PR!
28+
- label: Yes, I am willing to submit a PR. / 是的,我愿意提交 PR。
3129

3230
- type: checkboxes
3331
attributes:
3432
label: Code of Conduct
3533
options:
3634
- label: >
37-
我已阅读并同意遵守该项目的 [行为准则](https://docs.github.com/zh/site-policy/github-terms/github-community-code-of-conduct)
35+
I have read and agree to abide by the project's [Code of Conduct](https://docs.github.com/zh/site-policy/github-terms/github-community-code-of-conduct). /
3836
required: true
3937
4038
- type: markdown
4139
attributes:
42-
value: "感谢您填写我们的表单!"
40+
value: "Thank you for filling out our form!"

0 commit comments

Comments
 (0)