22 lines
660 B
Markdown
22 lines
660 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for this project
|
|
title: '[FEATURE] '
|
|
labels: enhancement
|
|
assignees: ''
|
|
---
|
|
|
|
## Problem Statement
|
|
A clear and concise description of what problem this feature would solve. For example: "I'm always frustrated when [...]"
|
|
|
|
## Proposed Solution
|
|
A clear and concise description of what you want to happen.
|
|
|
|
## Alternative Solutions
|
|
A clear and concise description of any alternative solutions or features you've considered.
|
|
|
|
## Use Case
|
|
Describe a concrete use case that highlights the value of this feature.
|
|
|
|
## Additional Context
|
|
Add any other context, code examples, or references about the feature request here.
|