Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,10 @@ body:
- Windows
- macOS
- Linux

- type: checkboxes
id: provide-pr
attributes:
label: Extra checklist
options:
- label: I want to provide a PR to fix this bug
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/02-feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Feature
description: Suggest an idea for for chrome-devtools-mcp
title: '<short description of the feature request>'
type: 'Feature'
label:
- enhancement
body:
- id: description
type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: >
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
placeholder:
validations:
required: true

- id: solution
type: textarea
attributes:
label: Describe the solution you'd like
description: >
A clear and concise description of what you want to happen.
placeholder:
validations:
required: true

- id: alternatives
type: textarea
attributes:
label: Describe alternatives you've considered
description: >
A clear and concise description of any alternative solutions or features you've considered.
placeholder:
validations:
required: true

- id: additional-context
type: textarea
attributes:
label: Additional context
description: >
Add any other context or screenshots about the feature request here.
placeholder:
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.