24 lines
708 B
Markdown
24 lines
708 B
Markdown
---
|
|
name: Feature Request
|
|
about: Suggest an idea for this project
|
|
title: '[Feature] '
|
|
labels: enhancement
|
|
assignees: asepharyana
|
|
---
|
|
|
|
## Problem Description
|
|
|
|
A clear and concise description of the problem or need this feature would address. Ex. I'm always frustrated when [...]
|
|
|
|
## Proposed Solution
|
|
|
|
A clear and concise description of what you would like to happen, including any specific functionality, API changes, or user interface considerations.
|
|
|
|
## Alternatives Considered
|
|
|
|
A clear and concise description of any alternative solutions or features you have considered and why they were not sufficient.
|
|
|
|
## Additional Context
|
|
|
|
Add any other context, mockups, or examples about the feature request here.
|