Skip to content

Commit 04b94b4

Browse files
authored
ci: add feature_request issue template for structured feature proposals
1 parent 1498ee2 commit 04b94b4

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature or enhancement for the platform
4+
title: '[FEATURE] '
5+
labels: enhancement
6+
assignees: DHANUSHGCODE
7+
---
8+
9+
## Feature Summary
10+
11+
A clear and concise description of the feature you are proposing.
12+
13+
## Problem Statement
14+
15+
What problem does this feature solve? Is your feature request related to a current limitation?
16+
17+
## Proposed Solution
18+
19+
Describe the solution you'd like. Be as specific as possible.
20+
21+
## Alternatives Considered
22+
23+
Describe any alternative solutions or features you've considered.
24+
25+
## Target Component
26+
27+
- [ ] Backend (FastAPI / Python)
28+
- [ ] AI Model (Isolation Forest / ML improvements)
29+
- [ ] Frontend (Next.js Dashboard)
30+
- [ ] Docker / DevOps
31+
- [ ] New Integration (WebSocket, OAuth2, Cloud Deploy)
32+
- [ ] Other
33+
34+
## Expected Benefit
35+
36+
How would this feature improve the platform or user experience?
37+
38+
## Additional Context
39+
40+
Add any mockups, diagrams, or references that would help illustrate the feature.

0 commit comments

Comments
 (0)