Skip to content

Commit

Permalink
chore: add latest npm check to bug template
Browse files Browse the repository at this point in the history
Adds a new required checkbox to our bug template directing people to use
the latest npm version to verify their bug still exists.
  • Loading branch information
wraithgar committed Nov 2, 2021
1 parent 2c64215 commit 54ae0ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ body:
options:
- label: I have searched the existing issues
required: true
- type: checkboxes
attributes:
label: This issue exists in the latest npm version
description: Please make sure you have installed the latest npm and verified it is still an issue.
options:
- label: I am using the latest npm
required: true
- type: textarea
attributes:
label: Current Behavior
Expand Down

0 comments on commit 54ae0ad

Please sign in to comment.