diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 963b40e2..f73492f9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,15 +1,31 @@ name: Feature Request description: Submit a feature request -title: "[Feature request]: " +title: '[Feature request]: ' body: - type: textarea id: request attributes: - label: Proposal - description: If you have a solution in mind, please explain that too. + label: Description + description: Please describe the feature you would like to see. placeholder: Explain your proposal validations: required: true + - type: textarea + id: justify + attributes: + label: Problem Statement/Justification + description: If you have a solution in mind, please explain that too. + placeholder: Why do you need this feature? + validations: + required: true + - type: textarea + id: justify + attributes: + label: Additional Information + description: What resources (links, screenshots, etc.) do you have to assist this effort? + placeholder: Any additional information you would like to provide? + validations: + required: true - type: dropdown id: submit-pr attributes: