项目文件夹

文件
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

45 行
1.2 KiB
YAML

name: Feature
description: Suggest an idea for chrome-devtools-mcp
title: '<short description of the feature request>'
type: 'Feature'
labels:
- feature
body:
- id: description
type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: >
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
placeholder:
validations:
required: true
- id: solution
type: textarea
attributes:
label: Describe the solution you'd like
description: >
A clear and concise description of what you want to happen.
placeholder:
validations:
required: true
- id: alternatives
type: textarea
attributes:
label: Describe alternatives you've considered
description: >
A clear and concise description of any alternative solutions or features you've considered.
placeholder:
validations:
required: true
- id: additional-context
type: textarea
attributes:
label: Additional context
description: >
Add any other context or screenshots about the feature request here.
placeholder: