Files
stockhome/.github/ISSUE_TEMPLATE/bug_report.md
T
2026-06-06 16:58:04 +02:00

53 lines
1.3 KiB
Markdown

---
name: Bug Report
about: Report something that isn't working correctly in Stockhome
title: "[BUG] "
labels: bug
assignees: ""
---
## 🐛 Bug Description
<!-- A clear and concise description of what the bug is. -->
## Steps to Reproduce
<!-- How can we reliably reproduce the issue? -->
1. Go to '...'
2. Click on '...'
3. See error
## Expected Behavior
<!-- What did you expect to happen? -->
## Actual Behavior
<!-- What actually happened instead? -->
## Screenshots / Logs
<!-- If applicable, add screenshots or paste relevant logs (e.g. from `docker compose logs`). -->
## Environment
| Field | Value |
|--------------------|-------------------------------|
| Stockhome version | <!-- e.g. v1.0.0 or commit hash --> |
| Deployment | <!-- Docker / docker-compose / manual --> |
| Browser | <!-- e.g. Chrome 125, Firefox 126 --> |
| OS (host) | <!-- e.g. Ubuntu 24.04, Raspberry Pi OS --> |
| `BACKEND_HOST` | <!-- localhost / IP / domain --> |
## Docker Logs
<!-- Run `docker compose logs` and paste any relevant output here. -->
<details>
<summary>docker compose logs</summary>
```
paste logs here
```
</details>
## Additional Context
<!-- Anything else that might help us understand the issue. -->