Description
The current breakage report stalled because the "Cache Page URL" field was optional and left empty - for an extension whose failures are usually page-specific DOM/API drift, that field is the whole diagnosis (see #85).
Proposed Fix
In .github/ISSUE_TEMPLATE/bug_report.yml:
- Make the cache page URL required
- Add a required "browser console output" textarea (with a one-line how-to for opening devtools)
- Ask for extension version + browser/version (keep existing fields)
Description
The current breakage report stalled because the "Cache Page URL" field was optional and left empty - for an extension whose failures are usually page-specific DOM/API drift, that field is the whole diagnosis (see #85).
Proposed Fix
In
.github/ISSUE_TEMPLATE/bug_report.yml: