We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473de9f commit 0a23ca9Copy full SHA for 0a23ca9
1 file changed
.github/ISSUE_TEMPLATE/01-feature-zh.yml
@@ -0,0 +1,42 @@
1
+name: "[中文] 功能需求"
2
+about: 提出新功能或功能改进
3
+title: "[功能] "
4
+labels: ["feature"]
5
+
6
+body:
7
+ - type: markdown
8
+ attributes:
9
+ value: |
10
+ 感谢你提出功能建议!请尽可能详细地描述,这将帮助我们更好地理解和实施。
11
12
+ - type: textarea
13
+ id: background
14
15
+ label: 背景
16
+ description: 为什么需要这个功能?涉及哪些用户或使用场景?
17
+ placeholder: "例如:当前在...场景下...会很困难,如果能..."
18
+ validations:
19
+ required: true
20
21
22
+ id: description
23
24
+ label: 需求描述
25
+ description: 具体要实现什么?请分点列举
26
+ placeholder: |
27
+ - 功能点 1
28
+ - 功能点 2
29
+ - 功能点 3
30
31
32
33
34
+ id: acceptance
35
36
+ label: 验收标准
37
+ description: 如何判断这个功能完成?
38
39
+ - [ ] 验收点 1
40
+ - [ ] 验收点 2
41
42
0 commit comments