项目文件夹

文件
Matt Van Horn 35c9c7f154 chore: fix two typos in issue templates (#2123)
## 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>
2026-05-26 09:18:16 +00:00

18 行
462 B
YAML

name: Task
description: Work tracking for maintainers only!
title: '[Task]:'
type: 'Task'
body:
- type: markdown
attributes:
value: |
### This issue type should be used only by mainainers!
Task are to track small non user facing issue or improvements.
The issue will be closed if it does not follow those rules.
- type: textarea
attributes:
label: 'Task to do:'
id: task
validations:
required: true