From 52d45830f5f393209aff5c09e624773fa00ce154 Mon Sep 17 00:00:00 2001 From: Ajay Karpur Date: Fri, 26 Jun 2020 11:34:45 -0700 Subject: [PATCH 1/2] infra: clarify feature request issue template --- .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..fa5ae3b 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. From 1a875d2293a238d87944a5a4861a13ae0e1847e2 Mon Sep 17 00:00:00 2001 From: Ajay Karpur Date: Fri, 26 Jun 2020 11:36:26 -0700 Subject: [PATCH 2/2] fix whitespace --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index fa5ae3b..bff1cb4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest new functionality for this toolkit +about: Suggest new functionality for this toolkit title: '' labels: '' assignees: ''