Skip to content

Commit 3b7e883

Browse files
authored
Meta: Reduce fields in bug report form
1 parent 54f7a88 commit 3b7e883

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,18 @@ 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
1723
- type: textarea
1824
attributes:
1925
label: Description
2026
description: Describe the issue and how to replicate it
2127
validations:
2228
required: true
23-
- type: textarea
24-
attributes:
25-
label: Screenshot
26-
description: You can provide screenshots/video/gif showing the issue, if it’s visual. Files can be dropped in this field
27-
- type: textarea
28-
attributes:
29-
label: Console errors
30-
description: If any
31-
render: shell
3229
- type: input
3330
attributes:
3431
label: Example URL

0 commit comments

Comments
 (0)