Skip to content

Commit

Permalink
chore: add TS version requirement in issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 8, 2024
1 parent 76acb2f commit 9ad4954
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ body:
label: Vue version
validations:
required: true
- type: input
id: ts-version
attributes:
label: TypeScript version
validations:
required: true
- type: textarea
id: system-info
attributes:
Expand Down

0 comments on commit 9ad4954

Please sign in to comment.