diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..8cf6492 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,32 @@ +--- +name: Feature request +about: Propose a new feature or enhancement +title: "[FEATURE]" +labels: enhancement, python +assignees: '' + +--- + +## Problem + +What problem are you trying to solve? What's the pain point? + +## Proposed Solution + +Describe the expected behavior and functionality this feature will provide. + +## Suggested Approach + +Describe the technical implementation plan. Include architecture, key files/modules to modify, APIs, and any code patterns to follow. + +## Acceptance Criteria + +How will we know this feature is complete and working correctly? + +- [ ] Criterion 1 +- [ ] Criterion 2 +- [ ] Criterion 3 + +## References + +Links to related issues, documentation, examples, or relevant resources.