Crisp bug report with severity, repro, impact, owner, and next actions.
# Bug Report
## Summary
- Title: {{CONCISE TITLE}}
- Component/Area: {{AREA}}
- Reported by: {{NAME}}
- Date: {{YYYY-MM-DD}}
## Impact and Severity
- Severity: [ ] Blocker [ ] Critical [ ] Major [ ] Minor
- Affected users: ~{{COUNT}} / {{%}} of sessions
- Business impact: {{REVENUE LOSS / SLA / RISK}}
- Frequency: {{ALWAYS / OFTEN / RARELY}}
## Environment
- App version: {{VERSION}}
- Platform: {{WEB / iOS / ANDROID}}
- OS/Browser: {{OS/Browser + versions}}
- Feature flags: {{ON/OFF}}
## Steps to Reproduce
1. {{STEP 1}}
2. {{STEP 2}}
3. {{STEP 3}}
## Expected vs Actual
- Expected: {{WHAT SHOULD HAPPEN}}
- Actual: {{WHAT HAPPENED}}
## Evidence
- Screenshots: {{LINKS}}
- Video: {{LINK}}
- Logs/Console: {{SNIPPET OR LINK}}
- Error IDs: {{SENTRY/LOG IDs}}
## Scope Check
- Can reproduce: [ ] Yes [ ] No
- Reproducible on: [ ] Prod [ ] Staging [ ] Dev
- Regression: [ ] Yes [ ] No [ ] Unknown
- Related issues: {{LINKS}}
## Root Cause Hypothesis
- Suspected area: {{SERVICE/MODULE}}
- Likely cause: {{CONFIG/DEPLOY/LOGIC/DEPENDENCY}}
## Triage
- Owner: @{{HANDLE}}
- Status: [ ] New [ ] Triaged [ ] In Progress [ ] Blocked [ ] Fixed [ ] Verified
- Priority: P0 / P1 / P2 / P3
- Target fix: {{DATE}}
- Workaround: {{IF ANY}}
## Next Actions
- [ ] Confirm repro on latest build
- [ ] Add minimal failing test / unit repro
- [ ] Add logs/metrics
- [ ] Prepare fix PR
- [ ] Add postmortem notes if severity ≥ Major
## Post-Fix Verification
- Build version: {{VERSION}}
- Verified by: {{NAME}}
- Date: {{YYYY-MM-DD}}
- Rollout notes: {{NOTES}}