From 71aa74ab52bce63c721529087bea69ce37c09072 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Fri, 25 Nov 2022 14:31:36 +1100 Subject: [PATCH] Added a checkbox to the feature request template for searching for existing requests --- .github/ISSUE_TEMPLATE/feature_request.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4315debaf..98a6453f0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,6 +3,13 @@ description: Suggest an idea for Session title: '[Feature] ' labels: [feature-request] body: + - type: checkboxes + attributes: + label: Is there an existing request for feature? + description: Please search to see if an issue already exists for the feature you are requesting. + options: + - label: I have searched the existing issues + required: true - type: textarea attributes: label: What feature would you like?