Skip to content

Commit fc2f058

Browse files
chore: update bug template (#464)
1 parent b0ce08a commit fc2f058

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/ISSUE_TEMPLATE/01-bug.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,16 @@ body:
3131

3232
- id: mcp-configuration
3333
type: textarea
34+
render: json
3435
attributes:
3536
label: MCP configuration
3637

37-
- id: node-version
38+
- id: chrome-devtools-mcp-version
3839
type: input
3940
attributes:
40-
label: Node version
41-
description: >
42-
Please verify you have the minimal supported version listed in the README.md
41+
label: Chrome DevTools MCP version
42+
validations:
43+
required: true
4344

4445
- id: chrome-version
4546
type: input
@@ -61,13 +62,21 @@ body:
6162
attributes:
6263
label: Chat log
6364

65+
- id: node-version
66+
type: input
67+
attributes:
68+
label: Node version
69+
description: >
70+
Please verify you have the minimal supported version listed in the README.md
71+
6472
- id: operating-system
6573
type: dropdown
6674
attributes:
6775
label: Operating system
6876
description: What supported operating system are you running?
6977
options:
7078
- Windows
79+
- Windows Subsystem for Linux (WSL)
7180
- macOS
7281
- Linux
7382

0 commit comments

Comments
 (0)