Skip to content

Commit 58e50b5

Browse files
chore: provide a structured bug template (#301)
I think this will help people structure what is needed more easily. The current version does not restrict anything so it's as close as a no-op as possible TODO: I need to look in how to add the screenshot part back.
1 parent 5b78be5 commit 58e50b5

File tree

2 files changed

+73
-31
lines changed

2 files changed

+73
-31
lines changed

.github/ISSUE_TEMPLATE/01-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: '<short description of the bug>'
4+
labels:
5+
- 'bug'
6+
body:
7+
- id: description
8+
type: textarea
9+
attributes:
10+
label: Description of the bug
11+
description: >
12+
A clear and concise description of what the bug is.
13+
placeholder:
14+
validations:
15+
required: true
16+
17+
- id: reproduce
18+
type: textarea
19+
attributes:
20+
label: Reproduction
21+
description: >
22+
Steps to reproduce the behavior:
23+
placeholder: |
24+
1. Use tool '...'
25+
2. Then use tool '...'
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)