diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..24ddede --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea or improvement for this project +title: '[Feature] ' +labels: enhancement +assignees: '' +--- + +## Problem Statement + +A clear description of the problem or limitation you're experiencing. + +## Proposed Solution + +Describe the feature or improvement you'd like to see. + +## Alternatives Considered + +Any alternative solutions or features you've considered. + +## Additional Context + +Add any other context, screenshots, or examples about the feature request here.