diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/suggestion_request.yml similarity index 63% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/suggestion_request.yml index c9375eb3b..250c2296b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/suggestion_request.yml @@ -1,19 +1,19 @@ -name: Feature Request +name: Suggestion description: Suggest an idea for this project -title: "[Feature]: " +title: "[Suggestion]: " labels: ["enhancement"] body: - type: textarea id: problem attributes: - label: Is your feature request related to a problem? + label: Is your suggestion related to a problem? description: Describe the problem you are experiencing. placeholder: | A clear and concise description of what the problem is. Example: I'm always frustrated when [...] validations: - required: true + required: false - type: textarea id: solution @@ -22,16 +22,6 @@ body: description: What would you like to see happen? placeholder: | A clear and concise description of what you want to happen. - validations: - required: true - - - type: textarea - id: alternatives - attributes: - label: Describe alternatives you've considered - description: Have you considered any alternative solutions or features? - placeholder: | - A clear and concise description of any alternative solutions or features you've considered. validations: required: false