From 4f65c5e108e9b9c9a11ea5a6e9b5445696825202 Mon Sep 17 00:00:00 2001 From: bchavez Date: Tue, 11 Aug 2020 19:58:26 -0700 Subject: [PATCH] Update GitHub feature request template. --- .github/ISSUE_TEMPLATE/02_feature_request.md | 24 +++++++++++++++----- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.md b/.github/ISSUE_TEMPLATE/02_feature_request.md index 442b05cd..a9a069e9 100644 --- a/.github/ISSUE_TEMPLATE/02_feature_request.md +++ b/.github/ISSUE_TEMPLATE/02_feature_request.md @@ -3,17 +3,29 @@ name: 🚀 Feature request about: If you have a feature request 💡 --- -**Context** +### Please describe why you are requesting a feature -What are you trying to do and how would you want to do it differently? Is it something you currently you cannot do? Is this related to an issue/problem? -**Alternatives** +### Please provide a code example of what you are trying to achieve -Can you achieve the same result doing it in an alternative way? Is the alternative considerable? +_(Please be complete. Include all code necessary to run your example in LINQPad.)_ +_(The more complete code examples are, the more accurate answers will be.)_ +_(https://www.linqpad.net)_ -**Has the feature been requested before?** -Please provide a link to the issue. +### Please answer any or all of the questions below + +* Is the feature something that currently cannot be done? + + +* What alternatives have you considered? + + +* Is this feature request any issues or current problems? + + +* Has the feature been requested in the past? + **If the feature request is approved, would you be willing to submit a PR?**