/ .github / ISSUE_TEMPLATE / feature_request.md
feature_request.md
 1  ---
 2  name: Feature Request
 3  about: Suggest a new feature for argus-ai
 4  title: "[FEATURE] "
 5  labels: enhancement
 6  assignees: anilatambharii
 7  ---
 8  
 9  **Is this related to a problem?**
10  A clear description of the problem. Example: "I need to monitor X but argus-ai doesn't support it."
11  
12  **Proposed solution**
13  What you'd like to see added.
14  
15  **Use case**
16  How would you use this feature in production?
17  
18  **Alternatives considered**
19  Any alternative solutions or workarounds you've considered.
20  
21  **Additional context**
22  Any other context, screenshots, or code examples.