owner-bugs
Email Templates
Bug report emails sent via Resend. Previews show the actual HTML recipients receive.
All Email Templates
Bug Report Confirmation
From: Owner Inspections <[email protected]>
Subject: Bug Report #{issueNumber} Received — {title}
On bug submission
Comment Notification
From: Owner Inspections <[email protected]>
Subject: New Comment on Your Bug Report
New comment on issue
Bug Resolved Notification
From: Owner Inspections <[email protected]>
Subject: Bug #{issueNumber} Resolved — {title}
GitHub issue closed
How It Works
Confirmation: User submits form → POST /api/report creates GitHub Issue → sends confirmation email (non-blocking).
Comments: GitHub webhook fires on new comment → extracts reporter email → sends comment notification.
Resolution: Team closes issue → webhook POST /api/webhook → HMAC-SHA256 verified → sends resolved email.