From 5cd3c17211f3d4fd2eece56374a2235804c4dfd4 Mon Sep 17 00:00:00 2001 From: Ajay Karpur Date: Wed, 24 Jun 2020 12:11:11 -0700 Subject: [PATCH] infra: update 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 5c6860fb3c..da5552c299 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 library 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.