From 17848b3b867e382a2437fc80d6b46867be8b2a38 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 7 Apr 2022 10:35:32 -0700 Subject: [PATCH] chore: add feature request issue template (#913) * chore: add feature request issue template * Update .github/ISSUE_TEMPLATE/feature.md Co-authored-by: G r e y * Update .github/ISSUE_TEMPLATE/feature.md Co-authored-by: G r e y Co-authored-by: G r e y --- .github/ISSUE_TEMPLATE/feature.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000000..1242ac76ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea to improve coder +title: "Feat: " +labels: "new feature :sparkles:" +--- + +## What is your suggestion? + +## Why do you want this feature? + +## Are there any workarounds to get this functionality today? + +## Are you interested in submitting a PR for this?