From d0f01adc3b7e4decbedeefec727fdc1233c67ca8 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 7 Apr 2022 08:44:35 -0700 Subject: [PATCH 1/3] chore: add feature request issue template --- .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 0000000000000..e9d360b09a45b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea to improve coder +title: "Enhancement: " +labels: "new feature" +--- + +## 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? From 7a68d16079bffbb30de4477ee33ec3e87f757437 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 7 Apr 2022 08:52:54 -0700 Subject: [PATCH 2/3] Update .github/ISSUE_TEMPLATE/feature.md Co-authored-by: G r e y --- .github/ISSUE_TEMPLATE/feature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index e9d360b09a45b..d19bcaf6331d4 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea to improve coder title: "Enhancement: " -labels: "new feature" +labels: "new feature :sparkles:" --- ## What is your suggestion? From bac6795a86c3211dad47fea47da123b51bc41109 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 7 Apr 2022 08:53:19 -0700 Subject: [PATCH 3/3] Update .github/ISSUE_TEMPLATE/feature.md Co-authored-by: G r e y --- .github/ISSUE_TEMPLATE/feature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index d19bcaf6331d4..1242ac76aef37 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea to improve coder -title: "Enhancement: " +title: "Feat: " labels: "new feature :sparkles:" ---