Skip to content

Commit 3815335

Browse files
TheZokersdirix
authored andcommitted
Change checkboxes to dropdown on github issue form
1 parent 35650f7 commit 3815335

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,25 @@ body:
4343
label: In which browser are you experiencing the issue?
4444
placeholder: Google Chrome 91.0.4472.114
4545
description: Provide the full name and don't forget to add the version!
46-
- type: checkboxes
46+
- type: dropdown
4747
attributes:
4848
label: Framework
49+
multiple: true
4950
options:
50-
- label: Core
51-
- label: React
52-
- label: Angular
53-
- label: Vue 3
54-
- label: Vue 2
55-
- label: Other (please specify in the Additional context field)
56-
- type: checkboxes
51+
- Core
52+
- React
53+
- Angular
54+
- Vue 3
55+
- Vue 2
56+
- Other (please specify in the Additional context field)
57+
- type: dropdown
5758
attributes:
5859
label: RendererSet
60+
multiple: true
5961
options:
60-
- label: Material
61-
- label: Vanilla
62-
- label: Other (please specify in the Additional context field)
62+
- Material
63+
- Vanilla
64+
- Other (please specify in the Additional context field)
6365
- type: textarea
6466
attributes:
6567
label: Additional context

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,25 @@ body:
3131
attributes:
3232
value: |
3333
## Describe for which setup you like to have the improvement
34-
- type: checkboxes
34+
- type: dropdown
3535
attributes:
3636
label: Framework
37+
multiple: true
3738
options:
38-
- label: Core
39-
- label: React
40-
- label: Angular
41-
- label: Vue 3
42-
- label: Vue 2
43-
- label: Other (please specify in the Additional context field)
44-
- type: checkboxes
39+
- Core
40+
- React
41+
- Angular
42+
- Vue 3
43+
- Vue 2
44+
- Other (please specify in the Additional context field)
45+
- type: dropdown
4546
attributes:
4647
label: RendererSet
48+
multiple: true
4749
options:
48-
- label: Material
49-
- label: Vanilla
50-
- label: Other (please specify in the Additional context field)
50+
- Material
51+
- Vanilla
52+
- Other (please specify in the Additional context field)
5153
- type: textarea
5254
attributes:
5355
label: Additional context

0 commit comments

Comments
 (0)