File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-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 : ["bug"]
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thanks for taking the time to fill out this bug report!
10
+ - type : textarea
11
+ id : what-happened
12
+ attributes :
13
+ label : What happened?
14
+ description : Also tell us, what did you expect to happen?
15
+ placeholder : Tell us what you see and provide a screenshot if possible.
16
+ value : " A bug happened!"
17
+ validations :
18
+ required : true
19
+ - type : dropdown
20
+ id : browsers
21
+ attributes :
22
+ label : What browser are you seeing the problem on?
23
+ multiple : true
24
+ options :
25
+ - Firefox
26
+ - Chrome
27
+ - Safari
28
+ - Microsoft Edge
Original file line number Diff line number Diff line change
1
+ name : Feature Request
2
+ description : Suggest a new feature or improvement to the Gambit website.
3
+ title : " [Feature]: "
4
+ labels : ["feature"]
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thanks for taking the time to fill out this feature request!
10
+ - type : textarea
11
+ id : request-details
12
+ attributes :
13
+ label : What feature or improvement to the Gambit website would you like to see?
14
+ description : Please provide details about the feature or improvement you would like to see.
15
+ placeholder : Describe the feature or improvement in detail.
16
+ value : " A feature or improvement suggestion!"
17
+ validations :
18
+ required : true
You can’t perform that action at this time.
0 commit comments