From bb7bc243635ea36998c687f07e4564c729a149d6 Mon Sep 17 00:00:00 2001 From: Ajay Karpur Date: Fri, 26 Jun 2020 12:03:23 -0700 Subject: [PATCH] infra: clarify feature request issue template (#57) --- .github/ISSUE_TEMPLATE/feature_request.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5c6860f..bff1cb4 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 improvement for this library +about: Suggest new functionality for this toolkit title: '' labels: '' 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 [...] +**Describe the feature you'd like** +A clear and concise description of the functionality you want. -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +**How would this feature be used? Please describe.** +A clear and concise description of the use case for this feature. Please provide an example, if possible. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered.