.github/ISSUE_TEMPLATE/bug.md
---
name: Bug report
about: Something isn't working the way you'd expect
labels: bug
---
## What happened
<!-- One paragraph, what you expected vs. what actually happened. -->
## Reproduction
1.
2.
3.
## Version / environment
- homelab-compose version:
- OS / kernel:
- Relevant runtime (Go / Rust / Python / Docker version):
- Anything unusual about the setup?
## Logs / output
(paste the smallest amount of output that shows the problem)
## What I tried
<!-- What you've already ruled out. Helps me skip to the interesting bit. -->
## Severity
- [ ] Crashes or loses data
- [ ] Produces wrong output
- [ ] Degrades performance
- [ ] Cosmetic / nit