/ .github / ISSUE_TEMPLATE / feature_request.md
feature_request.md
 1  ---
 2  name: Feature request
 3  about: Suggest an idea for this project
 4  title: "[TBD] "
 5  labels: enhancement
 6  assignees: ''
 7  
 8  ---
 9  
10  > [!TIP]
11  > You may consider starting a [new discussion](https://github.com/kepelet/flo/discussions/new?category=ideas) before making an issue, unless you are sure this issue is not something that needs to be discussed
12  
13  ---
14  
15  **Is your feature request related to a problem? Please describe.**
16  A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
17  
18  **Describe the solution you'd like**
19  A clear and concise description of what you want to happen.
20  
21  **Describe alternatives you've considered**
22  A clear and concise description of any alternative solutions or features you've considered.
23  
24  **Additional context**
25  Add any other context or screenshots about the feature request here.