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 +