File tree Expand file tree Collapse file tree 1 file changed +20
-19
lines changed Expand file tree Collapse file tree 1 file changed +20
-19
lines changed Original file line number Diff line number Diff line change 1+ ---
12name : Bug Report
23description : File a bug report.
3- title : " [Bug] "
4- labels : ["bug", "unconfirmed"]
4+ title : ' [Bug] '
5+ labels :
6+ - bug
7+ - unconfirmed
58body :
69 - type : markdown
710 attributes :
@@ -11,56 +14,54 @@ body:
1114 id : what-happened
1215 attributes :
1316 label : What happened? What are the steps to reproduce the issue?
14- description : Describe the bug and include the steps to replicate the issue. Issues with images or videos will be resolved faster.
17+ description : >-
18+ Describe the bug and include the steps to replicate the issue. Issues
19+ with images or videos will be resolved faster.
1520 placeholder : Clearly explain the issue. Please limit each post to one issue.
1621 validations :
1722 required : true
18-
1923 - type : textarea
2024 id : expected-behaviour
2125 attributes :
2226 label : What did you expect to happen?
2327 description : A clear and concise description of what you expected to happen.
2428 validations :
2529 required : true
26-
2730 - type : dropdown
2831 id : version
2932 attributes :
3033 label : BoringNotch Version
31- description : What version of our software are you running? (Go to ✦ in the menu bar > Settings > About)
34+ description : >-
35+ What version of our software are you running? (Go to ✦ in the menu bar >
36+ Settings > About)
3237 options :
33- - Select an option
34- - 2.7-rc.2
35- - 2.7-rc.1
36- - 2.7-rc.0
37- - 2.6
38- - 2.5
39- - 2.4
40- - 2.3
38+ - v2.7-rc.3
39+ - v2.7-rc.2
40+ - v2.7-rc.1
41+ - v2.7-rc.0
42+ - v2.6
4143 validations :
4244 required : true
43-
4445 - type : input
4546 id : operating-system
4647 attributes :
4748 label : macOS Version
4849 description : Go to > About This Mac
4950 validations :
5051 required : true
51-
5252 - type : textarea
5353 id : logs
5454 attributes :
5555 label : Relevant log output
56- description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
56+ description : >-
57+ Please copy and paste any relevant log output. This will be
58+ automatically formatted into code, so no need for backticks.
5759 render : shell
58-
5960 - type : checkboxes
6061 id : checks
6162 attributes :
6263 label : Checks
63- description :
64+ description :
6465 options :
6566 - label : I haven't found any duplicates with my issue.
6667 required : true
You can’t perform that action at this time.
0 commit comments