Skip to content

Commit 0a23ca9

Browse files
authored
create: 01-feature-zh.yml
1 parent 473de9f commit 0a23ca9

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
attributes:
15+
label: 背景
16+
description: 为什么需要这个功能?涉及哪些用户或使用场景?
17+
placeholder: "例如:当前在...场景下...会很困难,如果能..."
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: description
23+
attributes:
24+
label: 需求描述
25+
description: 具体要实现什么?请分点列举
26+
placeholder: |
27+
- 功能点 1
28+
- 功能点 2
29+
- 功能点 3
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
id: acceptance
35+
attributes:
36+
label: 验收标准
37+
description: 如何判断这个功能完成?
38+
placeholder: |
39+
- [ ] 验收点 1
40+
- [ ] 验收点 2
41+
validations:
42+
required: true

0 commit comments

Comments
 (0)