chore: clean .gitignore cache
This commit is contained in:
45
docs/issues/_TEMPLATE.md
Normal file
45
docs/issues/_TEMPLATE.md
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user