in src/client/helpers/bugzilla.tsx [42:68]
export function SiteReportDescription(report: UserReport): string {
return trimStartAll(`**Environment:**
Operating system: ${report.os}
Firefox version: ${report.app_name} ${report.app_version} (${report.app_channel})
**Preconditions:**
- Clean profile
**Steps to reproduce:**
1. Navigate to: ${report.url}
2. Step 2
**Expected Behavior:**
text
**Actual Behavior:**
text
**Notes:**
- Reproducible on the latest Firefox Release and Nightly
- Reproducible regardless of the ETP setting
- Works as expected using Chrome
---
Created from webcompat-user-report:${report.uuid}`);
}