Skip to content

Commit

Permalink
chore: ask for versions in separate inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Dec 3, 2024
1 parent b565583 commit e1f3bcf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,15 @@ body:
- type: input
id: extension-version
attributes:
label: Versions
description: Specify versions of the extension, Vitest and Vite
label: Extension Version
description: Specify version of the extension
validations:
required: true
- type: input
id: vitest-version
attributes:
label: Vitest Version
description: Specify version of Vitest
validations:
required: true
- type: checkboxes
Expand Down

0 comments on commit e1f3bcf

Please sign in to comment.