From 0315aa4a406a597b5906c3067000d00a49c8dc35 Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Sat, 6 Jun 2026 16:58:04 +0200 Subject: [PATCH] Added gh templates --- .github/ISSUE_TEMPLATE/bug_report.md | 52 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 41 ++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ca7f547 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,52 @@ +--- +name: Bug Report +about: Report something that isn't working correctly in Stockhome +title: "[BUG] " +labels: bug +assignees: "" +--- + +## 🐛 Bug Description + + + +## Steps to Reproduce + +1. Go to '...' +2. Click on '...' +3. See error + +## Expected Behavior + + + +## Actual Behavior + + + +## Screenshots / Logs + + + +## Environment + +| Field | Value | +|--------------------|-------------------------------| +| Stockhome version | | +| Deployment | | +| Browser | | +| OS (host) | | +| `BACKEND_HOST` | | + +## Docker Logs + +
+docker compose logs + +``` +paste logs here +``` +
+ +## Additional Context + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e758bd6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,41 @@ +--- +name: Feature Request +about: Suggest a new feature or improvement for Stockhome +title: "[FEATURE] " +labels: enhancement +assignees: "" +--- + +## 💡 Feature Description + + + +## Problem / Motivation + + + +## Proposed Solution + + + +## Alternatives Considered + + + +## Affected Area + +- [ ] Inventory / Product management +- [ ] Storage locations +- [ ] Expiry / Bottling date tracking +- [ ] QR code generation / scanning +- [ ] Costs tracking +- [ ] Settings (app name, currency, …) +- [ ] Authentication / User management +- [ ] API / Backend +- [ ] Frontend / UI +- [ ] Docker / Deployment +- [ ] Other: + +## Additional Context / Mockups +