-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy path01-bug.yml
More file actions
88 lines (77 loc) · 1.9 KB
/
01-bug.yml
File metadata and controls
88 lines (77 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name: Bug report
description: File a bug report for chrome-devtools-mcp
title: '<short description of the bug>'
type: 'Bug'
body:
- id: description
type: textarea
attributes:
label: Description of the bug
description: >
A clear and concise description of what the bug is.
placeholder:
validations:
required: true
- id: reproduce
type: textarea
attributes:
label: Reproduction
description: >
Steps to reproduce the behavior:
placeholder: |
1. Use tool '...'
2. Then use tool '...'
- id: expectation
type: textarea
attributes:
label: Expectation
description: A clear and concise description of what you expected to happen.
- id: mcp-configuration
type: textarea
render: json
attributes:
label: MCP configuration
- id: chrome-devtools-mcp-version
type: input
attributes:
label: Chrome DevTools MCP version
validations:
required: true
- id: chrome-version
type: input
attributes:
label: Chrome version
- id: coding-agent-version
type: input
attributes:
label: Coding agent version
- id: model-version
type: input
attributes:
label: Model version
- id: chat-log
type: input
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
- type: checkboxes
id: provide-pr
attributes:
label: Extra checklist
options:
- label: I want to provide a PR to fix this bug