Skip to content

Commit

Permalink
adjust issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 8, 2024
1 parent 3a87350 commit 76acb2f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,19 @@ body:
label: VSCode version
validations:
required: true
- type: input
id: vue-version
attributes:
label: Vue version
validations:
required: true
- type: textarea
id: system-info
attributes:
label: System Info
description: Output of `npx envinfo --system --npmPackages vue --binaries --browsers`
description: Output of `npx envinfo --system --binaries --browsers`
render: shell
placeholder: System, Binaries, Browsers
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
Expand Down

0 comments on commit 76acb2f

Please sign in to comment.