Fix issue template bug label addition
Had the wrong value in there, it should now auto apply the right label
This commit is contained in:
parent
e18b0ce9ad
commit
53539425aa
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Bug Report
|
||||
description: If something isn't working as expected and you're sure your issue is reproducible, please file this type of issue!
|
||||
title: "[Bug]: "
|
||||
labels: ["type:bug"]
|
||||
labels: ["bug"]
|
||||
body:
|
||||
# Version number
|
||||
- type: input
|
||||
|
Loading…
Reference in New Issue
Block a user