Skip to content

Commit 9421b4b

Browse files
authored
Meta: Move small bug report fields higher (refined-github#5245)
1 parent dc0ca14 commit 9421b4b

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,9 @@ body:
1414
options:
1515
- label: The bug is caused by Refined GitHub. It doesn't happen if I disable the extension.
1616
required: true
17-
- type: checkboxes
18-
attributes:
19-
label: 'Include in this issue:'
20-
options:
21-
- label: Screenshots/video/gif demonstrating the bug, if it’s visual
22-
- label: Console errors, if any
2317
- type: textarea
2418
attributes:
25-
label: Description
26-
description: Describe the issue and how to replicate it
27-
validations:
28-
required: true
29-
- type: input
30-
attributes:
31-
label: Example URL
19+
label: Example URLs
3220
description: A REAL URL where the bug appears. If it happens on a private repo, find an equivalent public URL, even if it doesn't happen there.
3321
placeholder: https://github.com/refined-github/refined-github/issues
3422
validations:
@@ -38,3 +26,15 @@ body:
3826
label: Browser(s) used
3927
validations:
4028
required: true
29+
- type: textarea
30+
attributes:
31+
label: Description
32+
description: Describe the issue and how to replicate it
33+
validations:
34+
required: true
35+
- type: checkboxes
36+
attributes:
37+
label: 'Include in this issue:'
38+
options:
39+
- label: Screenshots/video/gif demonstrating the bug, if it’s visual
40+
- label: Console errors, if any

0 commit comments

Comments
 (0)