Skip to content

Commit acbce17

Browse files
committed
wip
1 parent c2ab777 commit acbce17

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.yml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,13 @@ body:
1818
placeholder: 10.4.1
1919
validations:
2020
required: true
21-
- type: input
22-
attributes:
23-
label: Node Version
24-
description: Provide the Node version that you are using.
25-
placeholder: 10.1.0
26-
validations:
27-
required: true
28-
- type: input
29-
attributes:
30-
label: NPM Version
31-
description: Provide the NPM version that you are using.
32-
placeholder: 8.1.4
33-
validations:
34-
required: true
35-
- type: input
21+
- type: dropdown
3622
attributes:
37-
label: Web browser and version
38-
description: Provide the browser type and version you're using to reproduce the bug.
39-
placeholder: Google Chrome Version 111.0.5563.146 (Official Build) (arm64)
23+
label: Plugin
24+
description: The plugin flavor you are having issues with.
25+
options:
26+
- Vue
27+
- React
4028
validations:
4129
required: true
4230
- type: textarea

0 commit comments

Comments
 (0)