diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 3089b69e90e..804597275f7 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -37,6 +37,14 @@ body: validations: required: true + - type: input + id: typescript-version + attributes: + label: Typescript version (if applicable) + placeholder: 4.8.x + validations: + required: false + - type: textarea id: description attributes: