Issue Report Checklist
Before filing a report on GitHub, use this checklist to ensure the team has enough information to reproduce and fix the issue quickly.
Minimal Requirements
Every issue must include the following four sections:
- Reproduction Steps: A numbered list of exactly what you clicked or typed.
- Environment Details: macOS version, Oore channel (
alpha/beta/stable), setup mode (Local Only/Remote OIDC/Remote Trusted Proxy), and UI path (CLI/local frontend/hosted UI/split frontend). - Expected vs Actual Result: What you thought would happen, versus what actually happened.
- Logs or Diagnostics: Output from
oore doctor --jsonor build logs from the UI.
Good vs. Bad Reports
❌ Minimal/Bad
"The build failed after I connected GitHub."
Why it's bad: No logs, no steps, no environment info.
✅ High Quality
"Build #145 failed at the checkout step. I am on macOS 14.4 using the
alphachannel with a GitHub App integration."Steps:
- Connect GitHub via Hosted UI.
- Create a new project.
- Click 'Run Build'.
Logs:
text2026-03-10T14:22:00Z ERROR checkout: local_login_loopback_required
Troubleshooting first
Before filing, try these high-level checks:
- Is the daemon running? (
oore status) - Is your browser online?
- If using a temporary tunnel, did you check the tunnel troubleshooting example in the Public Alpha guide?
Where to file
- Bug Reports: Open a new issue using the Alpha Test Report template.
- Security Findings: Follow SECURITY.md for private disclosure.