Skip to content

Commit c7b9e91

Browse files
committed
chore(github): add "typescript version" input to bug report template
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 4d1eb64 commit c7b9e91

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ body:
7676
description: Output of `npm --version` or `yarn --version`
7777
validations:
7878
required: true
79+
- id: typescript-version
80+
type: input
81+
attributes:
82+
label: TypeScript version
83+
description: TypeScript version you are using
84+
validations:
85+
required: true
7986
- id: os
8087
type: dropdown
8188
attributes:

0 commit comments

Comments
 (0)