Skip to content

Commit

Permalink
chore(github): add "typescript version" input to bug report template
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Mar 3, 2023
1 parent a4e63c0 commit 9c010fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ body:
description: Output of `npm --version` or `yarn --version`
validations:
required: true
- id: typescript-version
type: input
attributes:
label: TypeScript version
description: TypeScript version you are using
validations:
required: true
- id: os
type: dropdown
attributes:
Expand Down

0 comments on commit 9c010fe

Please sign in to comment.