From 548f80bb7c866424a0bdfd5400dd9e26c19318b8 Mon Sep 17 00:00:00 2001 From: Myles Date: Mon, 27 Jun 2022 13:36:10 +0100 Subject: [PATCH] Add label for Feature Requests --- .github/ISSUE_TEMPLATE/feature_request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 182d2dd82..0f1eb56ce 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,6 @@ name: Feature Request description: Suggest a feature to be added +labels: [Feature Request] body: - type: textarea @@ -34,4 +35,4 @@ body: description: | Does the feature apply to any specific version or environment? validations: - required: false \ No newline at end of file + required: false