Skip to content

Commit 3303ec2

Browse files
chore(): update Bug Report
1 parent 86b0d08 commit 3303ec2

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed
Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
---
12
name: Bug Report
23
description: File a bug report.
3-
title: "[Bug] "
4-
labels: ["bug", "unconfirmed"]
4+
title: '[Bug] '
5+
labels:
6+
- bug
7+
- unconfirmed
58
body:
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

0 commit comments

Comments
 (0)