From 1fe57961cad9e28874968a7bf4d011b1e6d07a0d Mon Sep 17 00:00:00 2001 From: GSSwain <12575773+GSSwain@users.noreply.github.com> Date: Sat, 13 Jun 2026 08:38:58 +1000 Subject: [PATCH] Adds issue template --- .github/ISSUE_TEMPLATE/issue_template.md | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md new file mode 100644 index 0000000..6f08637 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -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**: