File tree Expand file tree Collapse file tree 2 files changed +74
-0
lines changed
Expand file tree Collapse file tree 2 files changed +74
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Bug Report
2+ description : File a bug report
3+ title : ' [Bug]: '
4+ labels : []
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ 请填写该错误报告。
10+
11+ - type : input
12+ id : component
13+ attributes :
14+ label : 组件
15+ description : 哪个组件有问题?
16+ placeholder : 请输入组件名字
17+ validations :
18+ required : true
19+
20+ - type : dropdown
21+ id : version
22+ attributes :
23+ label : 版本
24+ description : 该问题存在于什么版本?
25+ multiple : true
26+ options :
27+ - 3.x
28+ - 4.x
29+ - 5.x
30+ validations :
31+ required : true
32+
33+ - type : textarea
34+ id : expect
35+ attributes :
36+ label : 期望的结果
37+ description : 期望的结果是什么?
38+
39+ - type : textarea
40+ id : current
41+ attributes :
42+ label : 实际的结果
43+ description : 实际的结果是什么?
44+
Original file line number Diff line number Diff line change 1+ name : Feature Request
2+ description : Suggest an idea for this project
3+ title : ' [Feature Request]: '
4+ labels : []
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ 为了有效地审核功能请求,请填写此表格。
10+
11+ - type : dropdown
12+ id : feature
13+ attributes :
14+ label : 功能
15+ options :
16+ - 添加新的组件
17+ - 增强现有功能
18+ - 修改文档
19+ - 补全单测
20+ - 其他
21+ validations :
22+ required : true
23+
24+ - type : textarea
25+ id : description
26+ attributes :
27+ label : 详细描述
28+ description : 请描述您的功能请求
29+ validations :
30+ required : true
You can’t perform that action at this time.
0 commit comments