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 <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Jan 2, 2023
1 parent f169f70 commit d7edc57
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: Version of TypeScript you are using
validations:
required: true
- id: os
type: dropdown
attributes:
Expand Down

0 comments on commit d7edc57

Please sign in to comment.