Skip to content

Commit

Permalink
Merge pull request #12532 from hasezoey/addTypescriptToTemplate
Browse files Browse the repository at this point in the history
chore(template::bug): add field for typescript version
  • Loading branch information
vkarpov15 committed Oct 9, 2022
2 parents 67eba85 + e6207ee commit 8ea0a44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 8ea0a44

Please sign in to comment.