diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 41ca5167..c268212a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -15,13 +15,21 @@ body: required: true - type: textarea - id: currentproblem + id: description attributes: - label: Problem - description: Tell us about the problem and its negative impacts. + label: Description + description: Write down a detailed description of the feature. validations: required: true + - type: textarea + id: context + attributes: + label: Context + description: Why is this change important to you? How would you use it? How can it benefit other users? + validations: + required: true + - type: textarea id: possiblesolution attributes: