File tree 3 files changed +37
-0
lines changed
3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Create a report to help us improve
3
+ labels : ["potential-bug"]
4
+ body :
5
+ - id : version
6
+ type : textarea
7
+ attributes :
8
+ label : Version
9
+ placeholder : Please provide the Core Tools version exhibiting the problem.
10
+ validations :
11
+ required : true
12
+ - id : description
13
+ type : textarea
14
+ attributes :
15
+ label : Description
16
+ placeholder : Please provide a succinct description of the issue.
17
+ validations :
18
+ required : true
19
+ - id : repro
20
+ type : textarea
21
+ attributes :
22
+ label : Steps to reproduce
23
+ placeholder : Please provide the steps required to reproduce the problem.
24
+ validations :
25
+ required : true
Original file line number Diff line number Diff line change
1
+ name : Feature Request
2
+ description : Make a feature request
3
+ labels : ["enhancement"]
4
+ body :
5
+ - id : description
6
+ type : textarea
7
+ attributes :
8
+ label : Description
9
+ placeholder : Please provide a succinct description of the feature you would like to see.
10
+ validations :
11
+ required : true
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
You can’t perform that action at this time.
0 commit comments