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), and setup path (Local-onlyorHosted UI). - 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?
- Did you check the Cloudflare Troubleshooting section 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.