From 0cac520ff3884159e44007636929de2b440f62c6 Mon Sep 17 00:00:00 2001 From: JakeQuilty <44121341+JakeQuilty@users.noreply.github.com> Date: Mon, 9 Mar 2020 13:48:26 -0400 Subject: [PATCH] Fix feature request template --- .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 142979f..9c2e1a6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,15 +7,21 @@ assignees: '' --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +## Is your feature request related to a problem? Please describe. -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +A clear and concise description of what the problem is. Ex. `I would like to see [...] because [...]`. +Please include the intended use case and what the feature would improve on so that we can prioritize +the feature accordingly. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +## Describe the solution you would like -**Additional context** -Add any other context or screenshots about the feature request here. +A clear and concise description of what the desired end result(s) would be. +## Describe alternatives you have considered + +A clear and concise description of any alternative solutions or features that may be related to this that +you have considered. + +## Additional context + +Add any other context information about the feature request here.