Skip to content

Commit dc9a784

Browse files
chore: use template for feature requests (#365)
1 parent 207137e commit dc9a784

File tree

3 files changed

+51
-19
lines changed

3 files changed

+51
-19
lines changed

.github/ISSUE_TEMPLATE/01-bug.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,10 @@ body:
7070
- Windows
7171
- macOS
7272
- Linux
73+
74+
- type: checkboxes
75+
id: provide-pr
76+
attributes:
77+
label: Extra checklist
78+
options:
79+
- label: I want to provide a PR to fix this bug
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Feature
2+
description: Suggest an idea for for chrome-devtools-mcp
3+
title: '<short description of the feature request>'
4+
type: 'Feature'
5+
label:
6+
- enhancement
7+
body:
8+
- id: description
9+
type: textarea
10+
attributes:
11+
label: Is your feature request related to a problem? Please describe.
12+
description: >
13+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
14+
placeholder:
15+
validations:
16+
required: true
17+
18+
- id: solution
19+
type: textarea
20+
attributes:
21+
label: Describe the solution you'd like
22+
description: >
23+
A clear and concise description of what you want to happen.
24+
placeholder:
25+
validations:
26+
required: true
27+
28+
- id: alternatives
29+
type: textarea
30+
attributes:
31+
label: Describe alternatives you've considered
32+
description: >
33+
A clear and concise description of any alternative solutions or features you've considered.
34+
placeholder:
35+
validations:
36+
required: true
37+
38+
- id: additional-context
39+
type: textarea
40+
attributes:
41+
label: Additional context
42+
description: >
43+
Add any other context or screenshots about the feature request here.
44+
placeholder:

.github/ISSUE_TEMPLATE/feature_request.md

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

0 commit comments

Comments
 (0)