diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index a4f168b..1d1b0e4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -10,14 +10,14 @@ body: attributes: label: Is your feature request related to a problem? Please describe. description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]" - validators: + validations: required: false - type: textarea id: solution attributes: label: "Describe the solution you'd like" description: A clear and concise description of what you want to happen. - validators: + validations: required: true - type: textarea id: alternatives @@ -31,5 +31,5 @@ body: attributes: label: Additional context description: Add any other context about the feature here. - validators: + validations: required: false