File tree Expand file tree Collapse file tree 5 files changed +66
-69
lines changed Expand file tree Collapse file tree 5 files changed +66
-69
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug report
2
+ description : File a bug report
3
+ labels : ["bug"]
4
+ body :
5
+ - type : markdown
6
+ attributes :
7
+ value : |
8
+ Thank you for reporting an issue! Create a test case for your issue by forking this template https://codesandbox.io/s/6lx6ql1w5r
9
+ - type : checkboxes
10
+ attributes :
11
+ label : Is there an existing issue for this?
12
+ description : Please search to see if an issue already exists for the bug you encountered.
13
+ options :
14
+ - label : I have searched the existing issues
15
+ required : true
16
+ - type : textarea
17
+ attributes :
18
+ label : Describe the issue
19
+ description : A concise description of what you're experiencing. Providing screenshots is also helpful.
20
+ validations :
21
+ required : true
22
+ - type : textarea
23
+ attributes :
24
+ label : Expected behavior
25
+ description : A concise description of what you expected to happen.
26
+ validations :
27
+ required : true
28
+ - type : textarea
29
+ attributes :
30
+ label : Steps to reproduce
31
+ description : Steps to reproduce the behavior.
32
+ placeholder : |
33
+ Mention package versions and environment (browser, etc)...
34
+ 1. ...
35
+ 2. ...
36
+ validations :
37
+ required : true
38
+ - type : input
39
+ attributes :
40
+ label : Test case
41
+ description : Please provide a link to a test case reproducing the issue
42
+ placeholder : " https://codesandbox.io/s/6lx6ql1w5r"
43
+ validations :
44
+ required : true
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Feature request
2
+ description : If you have a suggestion…
3
+ labels : ["enhancement"]
4
+ body :
5
+ - type : markdown
6
+ attributes :
7
+ value : |
8
+ Thank you for reporting suggesting a feature!
9
+ - type : checkboxes
10
+ attributes :
11
+ label : Is there an existing request?
12
+ description : Please search open and closed issues to see if this request has already been made.
13
+ options :
14
+ - label : I have searched for this request
15
+ required : true
16
+ - type : textarea
17
+ attributes :
18
+ label : Describe the feature request
19
+ description : A concise description of the request, potential solutions, and addtional context.
20
+ validations :
21
+ required : true
You can’t perform that action at this time.
0 commit comments