diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 15 |
1 files 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 |
