Skip to content

Commit 35c9c7f

Browse files
authored
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>
1 parent 440fe18 commit 35c9c7f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/02-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Feature
2-
description: Suggest an idea for for chrome-devtools-mcp
2+
description: Suggest an idea for chrome-devtools-mcp
33
title: '<short description of the feature request>'
44
type: 'Feature'
55
labels:

.github/ISSUE_TEMPLATE/03-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Task
2-
description: Work tracking for mainainers only!
2+
description: Work tracking for maintainers only!
33
title: '[Task]:'
44
type: 'Task'
55
body:

0 commit comments

Comments
 (0)