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