From 675f22cc32a8632631c4b2b9967952e661b355e5 Mon Sep 17 00:00:00 2001 From: "@starkos" Date: Tue, 8 Oct 2019 10:03:27 -0400 Subject: [PATCH] Improve feature request template - Add more examples and instructions - Attach "enhancement label" - Match tense of other templates --- .github/ISSUE_TEMPLATE/feature_request.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7abee0a47d..5278c764d8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,17 +1,17 @@ --- name: Feature request -about: Suggest an idea for this project +about: Request a new feature or enhancement title: '' -labels: '' +labels: enhancement assignees: '' --- -**What seems to be the problem?** -A clear and concise description of the problem this new feature is meant to solve. Ex. I'm always frustrated when [...] +**What problem will this solve?** +A clear and concise description of the problem this new feature is meant to solve, ex. "I'm always frustrated when [...]" or "Add support for this new toolset [...]". Please limit your request to a single feature; create multiple feature requests instead. **What might be a solution?** -A clear and concise description of what you want to happen. If you are proposing changes to Premake's scripting APIs, provide an example of how your new feature might look when scripted. +A clear and concise description of what you want to happen. If you are proposing changes to Premake's scripting APIs, provide an example of how your new feature might look when scripted. Use [code blocks](https://help.github.com/en/articles/creating-and-highlighting-code-blocks) to format your examples nicely. **What other alternatives have you already considered?** A clear and concise description of any alternative solutions or features you've considered. @@ -19,4 +19,4 @@ A clear and concise description of any alternative solutions or features you've **Anything else we should know?** Add any other context or screenshots about the feature request here. -*You can now [support Premake on our OpenCollective](https://opencollective.com/premake). Your contributions help us spend more time responding to requests like these!* +*(You can now [support Premake on our OpenCollective](https://opencollective.com/premake). Your contributions help us spend more time responding to requests like these!)*