From 9b3bd96f69d79dfb707b3820bb4b0676e707af0d Mon Sep 17 00:00:00 2001 From: ulsklyc <108589275+ulsklyc@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:41:32 +0100 Subject: [PATCH] Create bug report issue template Add a bug report template for GitHub issues. --- .github/ISSUE_TEMPLATE/bug_report.md | 51 ++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ba9b61c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,51 @@ +--- +name: Bug Report +about: Something isn't working as expected +title: "[Bug] " +labels: bug +assignees: '' +--- + +## Description + +A clear description of what the bug is. + +## Steps to Reproduce + +1. Go to '...' +2. Click on '...' +3. Scroll down to '...' +4. See error + +## Expected Behavior + +What you expected to happen. + +## Actual Behavior + +What actually happened. Include error messages, console output, or screenshots if applicable. + +## Environment + +- **Browser:** (e.g. Firefox 128, Chrome 126, Safari 18) +- **Device:** (e.g. Desktop, iPhone 15, Pixel 8) +- **OS:** (e.g. Ubuntu 24.04, macOS 15, iOS 18) +- **Docker version:** (run `docker --version`) +- **Oikos version/commit:** (run `git rev-parse --short HEAD`) + +## Logs + +
+Docker logs (if relevant) + +``` +docker compose logs oikos --tail=50 +``` + +Paste output here. + +
+ +## Additional Context + +Any other context — screenshots, related issues, or configuration details.