Files
LUNA-Charts/.gitea/templates/ISSUE_TEMPLATE.md

38 lines
717 B
Markdown

<!-- markdownlint-disable MD041 -->
## Goal
<!-- One sentence: what should this issue achieve? -->
## Description
<!-- Context and background: why is this issue necessary?
What is the current state, and what is missing or needs to be done? -->
## Steps to Reproduce
<!-- Only relevant for bugs — remove this section for tasks/features.
1. Go to '...'
2. Click on '...'
3. See error -->
## Expected Behaviour
<!-- Only relevant for bugs — what should have happened? -->
## Actual Behaviour
<!-- Only relevant for bugs — what happened instead? -->
## Tasks
- [ ] ...
- [ ] ...
- [ ] ...
- [ ] Update the related parts of the documentation
## Acceptance Criteria
- ...
- ...
- ...