Skip to content

Commit

Permalink
Adapt issue templates to vue 2 removal
Browse files Browse the repository at this point in the history
* Adapt issue templates to vue 2 removal
* remove browser entry
  • Loading branch information
lucas-koehler committed Jan 5, 2024
1 parent 3b58277 commit b00754c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
10 changes: 1 addition & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ body:
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: input
validations:
required: true
attributes:
label: In which browser are you experiencing the issue?
placeholder: Google Chrome 91.0.4472.114
description: Provide the full name and don't forget to add the version!
- type: input
validations:
required: true
Expand All @@ -57,8 +50,7 @@ body:
- Core
- React
- Angular
- Vue 3
- Vue 2
- Vue
- Other (please specify in the Additional context field)
- type: dropdown
attributes:
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ body:
- Core
- React
- Angular
- Vue 3
- Vue 2
- Vue
- Other (please specify in the Additional context field)
- type: dropdown
attributes:
Expand Down

0 comments on commit b00754c

Please sign in to comment.