Merge pull request #12502 from carlocab/bug-template

bug.yml: fix missing `label` property
This commit is contained in:
Carlo Cabrera 2021-12-02 04:30:29 +08:00 committed by GitHub
commit be908f679d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.