From 4dd7d384c829a42269ecdf83aa5a0121ac3953fa Mon Sep 17 00:00:00 2001 From: Myles Date: Mon, 27 Jun 2022 13:37:20 +0100 Subject: [PATCH] Add feature request label to issue templates --- .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 182d2dd8..0f1eb56c 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