diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:09:38 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:09:38 +0900 |
| commit | 75f0347f1534cfc1bce8059e2fd8caf1823853b7 (patch) | |
| tree | 3d302d71e72d637d434acbf96e24117512ce9328 /.github | |
| parent | ea557fff7a83237ca840fa1e57e71619aa6a664f (diff) | |
updated feature request template
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 |
