Skip to content

Commit

Permalink
Add TS version to issue template
Browse files Browse the repository at this point in the history
& update the Node version input to have a more unique name & current version.
  • Loading branch information
wbt committed Feb 21, 2023
1 parent f79c612 commit a93698c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,22 @@ body:
Can be found by running one of the following (depending on your package manager of choice):
- `npm list logform`
- `yarn list --pattern logform`
- type: input # Affected Version Input
- type: input # Affected Node Version Input
id: node-version
validations:
required: true
attributes:
label: What version of Node are you using?
placeholder: v16.8.0
placeholder: v18.14.1
description: >
Can be found by running the following: `node -v`
- type: input # Affected TS Version Input
id: ts-version
attributes:
label: If this is a TypeScript issue, what version of TypeScript are you using?
placeholder: v4.9.5
description: >
Can be found by running the following: `npx tsc -v`
- type: input # Last Known Working Version
attributes:
label: If this worked in a previous version of Logform, which was it?
Expand Down

0 comments on commit a93698c

Please sign in to comment.