Skip to content

Commit 6c5fb26

Browse files
committed
Create config.yml
1 parent b8eb84c commit 6c5fb26

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 定义Issues表单的通用字段(包含type选项)
2+
fields:
3+
- name: 类型 (Type)
4+
description: 请选择Issues的类型
5+
type: dropdown
6+
attributes:
7+
options:
8+
- Bug(程序错误)
9+
- Feature(新功能)
10+
- Improvement(优化)
11+
- Question(疑问)
12+
- Documentation(文档)
13+
- Bug(程序错误)
14+
- Feature(新功能)
15+
- Improvement(优化)
16+
- Question(疑问)
17+
- Documentation(文档)
18+
- Maintenance(维护)
19+
validations:
20+
required: true # 强制必须选择类型

0 commit comments

Comments
 (0)