Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@ body:

- id: mcp-configuration
type: textarea
render: json
attributes:
label: MCP configuration

- id: node-version
- id: chrome-devtools-mcp-version
type: input
attributes:
label: Node version
description: >
Please verify you have the minimal supported version listed in the README.md
label: Chrome DevTools MCP version
validations:
required: true

- id: chrome-version
type: input
Expand All @@ -61,13 +62,21 @@ body:
attributes:
label: Chat log

- id: node-version
type: input
attributes:
label: Node version
description: >
Please verify you have the minimal supported version listed in the README.md

- id: operating-system
type: dropdown
attributes:
label: Operating system
description: What supported operating system are you running?
options:
- Windows
- Windows Subsystem for Linux (WSL)
- macOS
- Linux

Expand Down