diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:13:24 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:13:24 +0900 |
| commit | 869bab270b52eaeca8cac3800cb8e160867ada81 (patch) | |
| tree | f2f1a791078e8aad167447bab5b99fb07e65e021 /.github/ISSUE_TEMPLATE/feature_request.yml | |
| parent | 75f0347f1534cfc1bce8059e2fd8caf1823853b7 (diff) | |
another change on template
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 89ccd0b4..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Feature request -description: I'd like to request additional functionality -labels: ["enhancement"] - -body: - - type: checkboxes - attributes: - 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 - attributes: - label: Description - description: "Describe your idea" - validations: - required: true - - - type: textarea - id: desc - attributes: - label: Use case - description: "Describe how this feature would be useful to you or to other users of the project." - validations: - required: true - - - type: textarea - id: desc - attributes: - label: Proposed Solution or alternatives - description: "If you have a specific solution in mind, describe it here." - validations: - required: true
\ No newline at end of file |
