Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.