From 75f0347f1534cfc1bce8059e2fd8caf1823853b7 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 3 Jan 2025 21:09:38 +0900 Subject: updated feature request template --- .github/ISSUE_TEMPLATE/feature_request.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5a6015a7..89ccd0b4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,14 +1,15 @@ -name: Feature Request +name: Feature request description: I'd like to request additional functionality labels: ["enhancement"] body: - - type: markdown + - type: checkboxes attributes: - value: | - Before opening a new feature, take a moment to search through the current open ones. - - --- + label: Already requested ? * + description: Before opening a new feature request, please take a moment to search through the current open and closed issues to check if it already exists. + options: + - label: I have searched the existing open and closed issues. + required: true - type: textarea id: desc @@ -32,4 +33,4 @@ body: label: Proposed Solution or alternatives description: "If you have a specific solution in mind, describe it here." validations: - required: true + required: true \ No newline at end of file -- cgit v1.2.3