Files
Charon/docs/issues/_TEMPLATE.md
2026-01-26 19:22:05 +00:00

46 lines
859 B
Markdown

---
# REQUIRED: Issue title
title: "Your Issue Title"
# OPTIONAL: Labels to apply (will be created if missing)
labels:
- feature # feature, bug, enhancement, testing, documentation
- backend # backend, frontend, ui, security, caddy, database
# OPTIONAL: Priority (creates matching label)
priority: medium # critical, high, medium, low
# OPTIONAL: Milestone name
milestone: "v0.2.0-beta.2"
# OPTIONAL: GitHub usernames to assign
assignees: []
# OPTIONAL: Parent issue number for linking
# parent_issue: 42
# OPTIONAL: Parse ## sections as separate sub-issues
# create_sub_issues: true
---
# Issue Title
## Description
Clear description of the issue or feature request.
## Tasks
- [ ] Task 1
- [ ] Task 2
- [ ] Task 3
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
## Related Issues
- #XX - Related issue description