Skip to content

Commit 5a905e4

Browse files
committed
[minor] Add missing label to the issue form
Fixes #1974
1 parent 89d81e8 commit 5a905e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Bug report'
1+
name: Bug report
22
description: Create a bug report
33
body:
44
- type: markdown
@@ -12,6 +12,10 @@ body:
1212
Please fill in as much of the template below as you're able.
1313
- type: checkboxes
1414
attributes:
15+
label: Is there an existing issue for this?
16+
description:
17+
Please search to see if an issue already exists for the bug you
18+
encountered.
1519
options:
1620
- label:
1721
I've searched for any related issues and avoided creating a

0 commit comments

Comments
 (0)