Fix issue template label not getting applied (#1428)
This PR *should* fix our issue templates not working correctly. Before: No label was getting assigned to feature requests. After: We add the 'enhancement' label to them. ### Change Type - [x] `patch` — Bug Fix
This commit is contained in:
parent
0375b5d86d
commit
89428edffc
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
description: File a feature request
|
description: File a feature request
|
||||||
title: '[Feature]: '
|
title: '[Feature]: '
|
||||||
labels: ['feature', 'triage']
|
labels: ['enhancement']
|
||||||
assignees: []
|
assignees: []
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
Loading…
Reference in a new issue