From ac3636a017eb54b309cf47337c84658eb2ecf980 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Wed, 21 Apr 2021 11:40:57 -0700 Subject: [PATCH 1/2] Add feature request issue template --- .github/ISSUE_TEMPLATE/feature_request.md | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..b550f0818e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,28 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +### Problem Statement + +A clear and concise description of what the problem is. +Ex. I'm always frustrated when [...] + +### Proposed Solution + +A clear and concise description of what you want to happen. + +#### Alternatives + +A clear and concise description of any alternative solutions or features you've considered. + +#### Prior Art + +A clear and concise list of any similar and existing solutions from other projects that provide context to possible solutions. + +### Additional Context +Add any other context or screenshots about the feature request here. From 2c22023f9db2861b079bb9505f2ea99d88d0f5b2 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Thu, 22 Apr 2021 15:07:05 +0000 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/feature_request.md Co-authored-by: Sam Xie --- .github/ISSUE_TEMPLATE/feature_request.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b550f0818e0..552b1333c21 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -25,4 +25,5 @@ A clear and concise description of any alternative solutions or features you've A clear and concise list of any similar and existing solutions from other projects that provide context to possible solutions. ### Additional Context + Add any other context or screenshots about the feature request here.