## Summary
Two small typo fixes in `.github/ISSUE_TEMPLATE/`:
- `02-feature.yml`: "Suggest an idea for for chrome-devtools-mcp" had a
duplicate "for".
- `03-task.yml`: "mainainers only" was missing the first `t`.
Both strings appear on the GitHub issue picker when a user clicks "New
issue", so they're user-facing.
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
I think this will help people structure what is needed more easily.
The current version does not restrict anything so it's as close as a
no-op as possible
TODO: I need to look in how to add the screenshot part back.