From 1a7e5e2272285cb46ce59678f07ffb938958b5e7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:00:43 +0000 Subject: [PATCH 1/3] Initial plan From bc60625245e2df6a4b4419302ecd6f3d81122f7a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:07:06 +0000 Subject: [PATCH 2/3] Add missing ISSUE_TEMPLATE.md for GitHub issues Co-authored-by: izgorodin <82528450+izgorodin@users.noreply.github.com> --- docs/templates/ISSUE_TEMPLATE.md | 91 ++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 docs/templates/ISSUE_TEMPLATE.md diff --git a/docs/templates/ISSUE_TEMPLATE.md b/docs/templates/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..1c94138 --- /dev/null +++ b/docs/templates/ISSUE_TEMPLATE.md @@ -0,0 +1,91 @@ +--- +name: Generic Issue Template +about: Use this template for bugs, features, enhancements, or general tasks +title: "[TYPE]: Brief description" +labels: "" +assignees: "" +--- + +## 📝 Issue Description + + + +## 🎯 Type + + + +**Issue Type**: + +## 📋 Details + +### For Bugs + + +**Current Behavior**: + + +**Expected Behavior**: + + +**Steps to Reproduce**: +1. +2. +3. + +**Environment**: +- OS: +- Version: +- Other relevant details: + +### For Features/Enhancements + + +**Problem Statement**: + + +**Proposed Solution**: + + +**Alternatives Considered**: + + +### For Tasks + + +**Objective**: + + +**Requirements**: +- [ ] Requirement 1 +- [ ] Requirement 2 +- [ ] Requirement 3 + +## 🔗 Related + + + +- **Related Task**: +- **Depends on**: +- **Blocks**: +- **Documentation**: + +## ✅ Acceptance Criteria + + + +- [ ] Criterion 1 +- [ ] Criterion 2 +- [ ] Criterion 3 + +## 📎 Additional Context + + + +## 🏷️ Labels + + + +**Priority**: `priority:low` | `priority:medium` | `priority:high` | `priority:critical` +**Status**: `status:backlog` | `status:ready` | `status:in-progress` | `status:review` | `status:done` +**Component**: `component:*` (if applicable) +**Sprint**: `sprint:*` (if applicable) From a82c609530563978cd417e05508a038265f5b781 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:10:11 +0000 Subject: [PATCH 3/3] Add usage instructions to ISSUE_TEMPLATE.md Co-authored-by: izgorodin <82528450+izgorodin@users.noreply.github.com> --- docs/templates/ISSUE_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/templates/ISSUE_TEMPLATE.md b/docs/templates/ISSUE_TEMPLATE.md index 1c94138..b2fa057 100644 --- a/docs/templates/ISSUE_TEMPLATE.md +++ b/docs/templates/ISSUE_TEMPLATE.md @@ -1,3 +1,15 @@ + + --- name: Generic Issue Template about: Use this template for bugs, features, enhancements, or general tasks