From 24d3d3a2d6eaea9f687e14da8b3f287ab865ada8 Mon Sep 17 00:00:00 2001 From: Tushar Nankani Date: Tue, 4 Jan 2022 13:26:54 +0530 Subject: [PATCH] Create 02_feature_request.md --- .github/ISSUE_TEMPLATE/02_feature_request.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/02_feature_request.md diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.md b/.github/ISSUE_TEMPLATE/02_feature_request.md new file mode 100644 index 00000000..02a7ec5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_feature_request.md @@ -0,0 +1,17 @@ +--- +name: 🚀 Feature request +about: If you have a feature request 💡 + +--- + +## Context + +What are you trying to do and how would you want to do it differently? Is it something you currently you cannot do? Is this related to an issue/problem? + +## Alternatives + +Can you achieve the same result doing it in an alternative way? Is the alternative considerable? + +## If the feature request is approved, would you be willing to submit a PR? + +Yes / No _(Help can be provided if you need assistance submitting a PR)_