Added gh templates

This commit is contained in:
2026-06-06 16:58:04 +02:00
parent ba05f4274a
commit 0315aa4a40
2 changed files with 93 additions and 0 deletions
+52
View File
@@ -0,0 +1,52 @@
---
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. -->