fix: 🐛 Wrong label name
This commit is contained in:
parent
aedf7c9a22
commit
c1a2c34a06
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: "\U0001F680 Feature request"
|
name: "\U0001F680 Feature request"
|
||||||
description: Suggest a feature or idea for this project
|
description: Suggest a feature or idea for this project
|
||||||
title: "[Feature] "
|
title: "[Feature] "
|
||||||
labels: ["enhancement"]
|
labels: ["feature"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature-description
|
id: feature-description
|
||||||
|
|
Loading…
Reference in a new issue