diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 59902a86a5..f23458288e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,20 +1,20 @@ name: Feature Request -description: Suggest and idea for this project +description: Suggest an idea for this project title: "[Feature]: " labels: feature body: - type: textarea attributes: - label: Feature Request - description: Describe your feature request + label: Describe the Problem + description: A clear and concise description of the problem you're facing. placeholder: | - A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + Ex. I'm always frustrated when [...] validations: required: true - type: textarea attributes: label: The Solution you'd like - description: A clear and concise description of what you want to happen. + description: A clear and concise description of the feature you would like added. The feature should be a way to solve the problem stated above. validations: required: true - type: textarea