diff --git a/docs/templates/ISSUE_TEMPLATE.md b/docs/templates/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..b2fa057 --- /dev/null +++ b/docs/templates/ISSUE_TEMPLATE.md @@ -0,0 +1,103 @@ + + +--- +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)