From d2e5b41fb226202cd6832a5f4b6201655228daba Mon Sep 17 00:00:00 2001 From: JD Solanki Date: Fri, 23 Jun 2023 18:37:15 +0530 Subject: [PATCH] ci: Updated issue template to use correct label for issue --- .github/ISSUE_TEMPLATE/feature-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 27cc905..827311a 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ name: Feature request ✨ description: Suggest an idea or ask for a feature that you would like to have -labels: [support, feat-req] +labels: [support, feature-req] body: - type: markdown attributes: @@ -15,4 +15,4 @@ body: attributes: label: What does the proposed solution look like? validations: - required: true \ No newline at end of file + required: true