Skip to content

Commit 9fdc270

Browse files
chore: provide a structured bug template
1 parent 357db65 commit 9fdc270

File tree

2 files changed

+73
-31
lines changed

2 files changed

+73
-31
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
name: Bug report
2+
description: File a bug report for chrome-devtools-mcp
3+
title: '[Bug] '
4+
body:
5+
- id: description
6+
type: textarea
7+
attributes:
8+
label: Description of the bug
9+
description: >
10+
A clear and concise description of what the bug is.
11+
placeholder:
12+
validations:
13+
required: true
14+
15+
- id: reproduce
16+
type: textarea
17+
attributes:
18+
label: Reproduction
19+
description: >
20+
Steps to reproduce the behavior:
21+
placeholder: |
22+
1. Go to '...'
23+
2. Click on '....'
24+
3. Scroll down to '....'
25+
4. See error
26+
27+
- id: expectation
28+
type: textarea
29+
attributes:
30+
label: Expectation
31+
description: A clear and concise description of what you expected to happen.
32+
33+
- id: mcp-configuration
34+
type: textarea
35+
attributes:
36+
label: MCP configuration
37+
38+
- id: node-version
39+
type: input
40+
attributes:
41+
label: Node version
42+
description: >
43+
Please verify you have the minimal supported version listed in the README.md
44+
45+
- id: chrome-version
46+
type: input
47+
attributes:
48+
label: Chrome version
49+
50+
- id: coding-agent-version
51+
type: input
52+
attributes:
53+
label: Coding agent version
54+
55+
- id: model-version
56+
type: input
57+
attributes:
58+
label: Model version
59+
60+
- id: chat-log
61+
type: input
62+
attributes:
63+
label: Chat log
64+
65+
- id: operating-system
66+
type: dropdown
67+
attributes:
68+
label: Operating system
69+
description: What supported operating system are you running?
70+
options:
71+
- Windows
72+
- macOS
73+
- Linux

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)