File tree 4 files changed +61
-55
lines changed
4 files changed +61
-55
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug report
2
+ description : Create a report to help us improve
3
+ title : ' [bug report]:'
4
+
5
+ body :
6
+ - type : checkboxes
7
+ id : issue_check
8
+ attributes :
9
+ label : 我已查看以往的issue并且没有找到类似的问题
10
+ options :
11
+ - label : I have checked the previous issues and there is no simular problems.
12
+ required : true
13
+ - type : textarea
14
+ id : describe
15
+ attributes :
16
+ label : 描述你遇到的bug以及如何复现
17
+ description : Describe the problem you confronted and how to reproduce it.
18
+ validations :
19
+ required : true
20
+ - type : textarea
21
+ id : screenshot
22
+ attributes :
23
+ label : 截图
24
+ description : screenshot
25
+ - type : input
26
+ id : environment
27
+ attributes :
28
+ label : 你使用的操作系统版本
29
+ description : The os you are using.
30
+ placeholder : e.g. Windows 11 24h2
31
+ validations :
32
+ required : true
33
+ - type : textarea
34
+ id : appendix
35
+ attributes :
36
+ label : 其它与问题相关的信息
37
+ description : Add any other context about the problem here.
Load Diff This file was deleted.
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
+
5
+ body :
6
+ - type : checkboxes
7
+ id : issue_check
8
+ attributes :
9
+ label : 我已查看以往的issue并且没有找到类似的问题
10
+ options :
11
+ - label : I have checked the previous issues and there is no simular problems.
12
+ required : true
13
+ - type : textarea
14
+ id : describe
15
+ attributes :
16
+ label : 请描述你的需求
17
+ description : Describe your request.
18
+ validations :
19
+ required : true
20
+ - type : textarea
21
+ id : solution
22
+ attributes :
23
+ label : 你想到的解决方案
24
+ description : the solution you'd like
You can’t perform that action at this time.
0 commit comments