mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
remove enhancement label from github issues
This commit is contained in:
parent
c901358222
commit
ac42515e31
1 changed files with 2 additions and 3 deletions
5
.github/ISSUE_TEMPLATE/2.feature_request.yml
vendored
5
.github/ISSUE_TEMPLATE/2.feature_request.yml
vendored
|
|
@ -1,10 +1,9 @@
|
||||||
name: "✨ Feature Request"
|
name: '✨ Feature Request'
|
||||||
description: Create a feature or enhancement request for Umami.
|
description: Create a feature or enhancement request for Umami.
|
||||||
labels: ['enhancement']
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the feature or enhancement
|
label: Describe the feature or enhancement
|
||||||
description: A clear and concise description of what the feature or enhancement is.
|
description: A clear and concise description of what the feature or enhancement is.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue