Skip to content

Commit b00754c

Browse files
Adapt issue templates to vue 2 removal
* Adapt issue templates to vue 2 removal * remove browser entry
1 parent 3b58277 commit b00754c

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ body:
3636
attributes:
3737
label: Screenshots
3838
description: If applicable, add screenshots to help explain your problem.
39-
- type: input
40-
validations:
41-
required: true
42-
attributes:
43-
label: In which browser are you experiencing the issue?
44-
placeholder: Google Chrome 91.0.4472.114
45-
description: Provide the full name and don't forget to add the version!
4639
- type: input
4740
validations:
4841
required: true
@@ -57,8 +50,7 @@ body:
5750
- Core
5851
- React
5952
- Angular
60-
- Vue 3
61-
- Vue 2
53+
- Vue
6254
- Other (please specify in the Additional context field)
6355
- type: dropdown
6456
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ body:
3939
- Core
4040
- React
4141
- Angular
42-
- Vue 3
43-
- Vue 2
42+
- Vue
4443
- Other (please specify in the Additional context field)
4544
- type: dropdown
4645
attributes:

0 commit comments

Comments
 (0)