Skip to content

Commit 4202e13

Browse files
authored
Move existing bug checkbox to top
... to avoid users filling out entire bugreport only to check for existing bug and realizing bugreport already exists after having wasted time on filling form
1 parent e782f0a commit 4202e13

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ type: bug
55
labels: ["type:bug", "needs:info"]
66
projects: []
77
body:
8+
- type: checkboxes
9+
attributes:
10+
label: Is there an existing issue for this?
11+
description: Please search to see if an issue already exists for the bug you encountered.
12+
options:
13+
- label: I have searched the existing issues
14+
required: true
15+
816
- type: markdown
917
attributes:
1018
value: |
@@ -27,11 +35,3 @@ body:
2735
placeholder: Tell us what you see!
2836
validations:
2937
required: true
30-
31-
- type: checkboxes
32-
attributes:
33-
label: Is there an existing issue for this?
34-
description: Please search to see if an issue already exists for the bug you encountered.
35-
options:
36-
- label: I have searched the existing issues
37-
required: true

0 commit comments

Comments
 (0)