From 77e20710ab9bda870a0c0cc2973bd445ee412283 Mon Sep 17 00:00:00 2001 From: Prakash Joshi Pax <101010368+Beingpax@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:42:51 +0545 Subject: [PATCH] Created feature request template --- .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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 0000000..130c8d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +## ✨ Feature Request + +### **Describe the feature you'd like** +A clear and concise description of the feature you want. + +### **Problem it solves** +What problem does this feature solve? What use case does it address? + +### **Proposed solution** +Describe how you think this should work. + +### **Additional context** +Any additional context, screenshots, or examples that help explain the feature request.