Fix bug report labels (#112)
They should be labelled as `bug`s, not `question`s!
This commit is contained in:
parent
6aa7bb3a35
commit
8db6c146c8
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/BugReport.yml
vendored
2
.github/ISSUE_TEMPLATE/BugReport.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: 🐛 Bug Report
|
name: 🐛 Bug Report
|
||||||
description: Stumbled upon an error? Submit a bug report.
|
description: Stumbled upon an error? Submit a bug report.
|
||||||
labels: [question]
|
labels: [bug]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue