Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Feature / Performance Request
about: File a feature request, performance improvement, or other task
title: "[TYPE] Brief description"
labels: ""
assignees: ""
---

## 1. Type of Issue
Please select the type of issue (mark with an [x]):
- [ ] Feature Request
- [ ] Performance Improvement
- [ ] Documentation / Task / Other

---

## 2. Why is it required?
*Describe the problem you are facing, why this change is necessary, or what context/background makes this important.*

---

## 3. What is the acceptance criteria?
*Define the clear, concrete criteria that must be met for this issue to be considered resolved (e.g., specific test cases passing, UI behavior, CLI parameters support, etc.).*
1.
2.
3.

---

## 4. Additional Context / Environment (Optional)
- **OS / Platform**:
- **Python / CLI Version**:
- **Logs / Output**:
- **Screenshots / Files**:
Loading