Merge pull request #12502 from carlocab/bug-template
bug.yml: fix missing `label` property
This commit is contained in:
commit
be908f679d
3
.github/ISSUE_TEMPLATE/bug.yml
vendored
3
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: New issue for Reproducible Bug
|
||||
description: "If you're sure it's reproducible and not just your machine: submit an issue so we can investigate."
|
||||
labels: bug
|
||||
labels: [bug]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
@ -19,6 +19,7 @@ body:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Verification
|
||||
description: Please verify that you've followed these steps.
|
||||
options:
|
||||
- label: I ran `brew update` and am still able to reproduce my issue.
|
||||
|
Loading…
x
Reference in New Issue
Block a user