From ac42515e31a7f612998ac3cedda473a22c82eb03 Mon Sep 17 00:00:00 2001 From: Francis Cao Date: Wed, 28 Jun 2023 18:50:47 -0700 Subject: [PATCH] remove enhancement label from github issues --- .github/ISSUE_TEMPLATE/2.feature_request.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml index 3034767b..529a6c73 100644 --- a/.github/ISSUE_TEMPLATE/2.feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2.feature_request.yml @@ -1,10 +1,9 @@ -name: "✨ Feature Request" +name: '✨ Feature Request' description: Create a feature or enhancement request for Umami. -labels: ['enhancement'] body: - type: textarea attributes: label: Describe the feature or enhancement description: A clear and concise description of what the feature or enhancement is. validations: - required: true \ No newline at end of file + required: true