## 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>