From 0f73a5a1bd36f4f2cc9a6a5da33a3b3bbcf9c6a0 Mon Sep 17 00:00:00 2001 From: Satej Date: Mon, 2 Dec 2024 11:39:51 -0500 Subject: [PATCH 1/3] Update issue templates --- .../ISSUE_TEMPLATE/new-feature-template.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new-feature-template.md diff --git a/.github/ISSUE_TEMPLATE/new-feature-template.md b/.github/ISSUE_TEMPLATE/new-feature-template.md new file mode 100644 index 000000000..258d6ced0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-feature-template.md @@ -0,0 +1,23 @@ +--- +name: New Feature Template +about: Template for a new Feature Request +title: "[New Feature]:" +labels: feature-request +assignees: '' + +--- + +## Feature Description +A clear and concise description of the feature you're proposing. + +## Problem Statement +Describe the problem this feature would solve + +## Alternatives Considered +Describe any alternative solutions or features you've considered. + +## Additional Context +Add any other context, screenshots, or examples about the feature request here. + +## Willingness to Contribute +Are you willing to submit a PR for this feature? [Yes/No] From f6ae8aec9aac3c1a5af53a0a4167b1c4e3b5853c Mon Sep 17 00:00:00 2001 From: Satej Date: Mon, 2 Dec 2024 11:42:32 -0500 Subject: [PATCH 2/3] docs: Update new-feature-template.md --- .github/ISSUE_TEMPLATE/new-feature-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-feature-template.md b/.github/ISSUE_TEMPLATE/new-feature-template.md index 258d6ced0..7686fc89e 100644 --- a/.github/ISSUE_TEMPLATE/new-feature-template.md +++ b/.github/ISSUE_TEMPLATE/new-feature-template.md @@ -20,4 +20,4 @@ Describe any alternative solutions or features you've considered. Add any other context, screenshots, or examples about the feature request here. ## Willingness to Contribute -Are you willing to submit a PR for this feature? [Yes/No] +Are you willing to submit a Pull Request for this feature? [Yes/No] From e8dbc2bf691d6af5522b8d59a71f2dac6064f7a0 Mon Sep 17 00:00:00 2001 From: Satej Date: Thu, 5 Dec 2024 14:36:17 -0500 Subject: [PATCH 3/3] docs: Incorporate feedback --- .github/ISSUE_TEMPLATE/new-feature-template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-feature-template.md b/.github/ISSUE_TEMPLATE/new-feature-template.md index 7686fc89e..5fc7a7273 100644 --- a/.github/ISSUE_TEMPLATE/new-feature-template.md +++ b/.github/ISSUE_TEMPLATE/new-feature-template.md @@ -13,8 +13,9 @@ A clear and concise description of the feature you're proposing. ## Problem Statement Describe the problem this feature would solve -## Alternatives Considered -Describe any alternative solutions or features you've considered. +## Alternatives Considered/ Work-arounds +- Describe any alternative solutions or features you've considered. +- If you are already circumventing this problem through any code-changes or processes, please mention those ## Additional Context Add any other context, screenshots, or examples about the feature request here.