File tree Expand file tree Collapse file tree 2 files changed +64
-71
lines changed
Expand file tree Collapse file tree 2 files changed +64
-71
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+ title : " [Bug]: "
4+ labels : ["bug"]
5+ projects : ["octo-org/1", "octo-org/44"]
6+ assignees : []
7+ body :
8+ - type : markdown
9+ attributes :
10+ value : |
11+ Thanks for taking the time to fill out this bug report!
12+ - type : input
13+ id : contact
14+ attributes :
15+ label : Contact Details
16+ description : How can we get in touch with you if we need more info?
17+ placeholder :
ex. [email protected] 18+ validations :
19+ required : false
20+ - type : textarea
21+ id : what-happened
22+ attributes :
23+ label : What happened?
24+ description : Also tell us, what did you expect to happen?
25+ placeholder : Tell us what you see!
26+ value : " A bug happened!"
27+ validations :
28+ required : true
29+ - type : dropdown
30+ id : version
31+ attributes :
32+ label : Version
33+ description : What version of our software are you running?
34+ options :
35+ - 1.0.2 (Default)
36+ - 1.0.3 (Edge)
37+ default : 0
38+ validations :
39+ required : true
40+ - type : dropdown
41+ id : browsers
42+ attributes :
43+ label : What browsers are you seeing the problem on?
44+ multiple : true
45+ options :
46+ - Firefox
47+ - Chrome
48+ - Safari
49+ - Microsoft Edge
50+ - type : textarea
51+ id : logs
52+ attributes :
53+ label : Relevant log output
54+ description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
55+ render : shell
56+ - type : checkboxes
57+ id : terms
58+ attributes :
59+ label : Code of Conduct
60+ description : By submitting this issue, you agree to follow our [Code of Conduct](https://example.com).
61+ options :
62+ - label : I agree to follow this project's Code of Conduct
63+ required : true
64+
You can’t perform that action at this time.
0 commit comments