From ce46977fa296544945693bf50bf97b3688ab645c Mon Sep 17 00:00:00 2001 From: David Leal Date: Sun, 2 Oct 2022 15:10:09 -0500 Subject: [PATCH] Improve the feature request template --- .github/ISSUE_TEMPLATE/feature_request.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 41ca5167e..c268212a4 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: