Skip to content

Commit 2dfebe3

Browse files
authored
Merge pull request #453 from nanotaboada/feature/issue-template-feature-request
feat: add feature request issue template
2 parents 826c6af + 7bd35dc commit 2dfebe3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Feature request
3+
about: Propose a new feature or enhancement
4+
title: "[FEATURE]"
5+
labels: enhancement, python
6+
assignees: ''
7+
8+
---
9+
10+
## Problem
11+
12+
What problem are you trying to solve? What's the pain point?
13+
14+
## Proposed Solution
15+
16+
Describe the expected behavior and functionality this feature will provide.
17+
18+
## Suggested Approach
19+
20+
Describe the technical implementation plan. Include architecture, key files/modules to modify, APIs, and any code patterns to follow.
21+
22+
## Acceptance Criteria
23+
24+
How will we know this feature is complete and working correctly?
25+
26+
- [ ] Criterion 1
27+
- [ ] Criterion 2
28+
- [ ] Criterion 3
29+
30+
## References
31+
32+
Links to related issues, documentation, examples, or relevant resources.

0 commit comments

Comments
 (0)