Skip to content

Commit ef45b7b

Browse files
committed
chore: add latest npm check to bug template
Adds a new required checkbox to our bug template directing people to use the latest npm version to verify their bug still exists. PR-URL: #3977 Credit: @wraithgar Close: #3977 Reviewed-by: @darcyclarke
1 parent 2c64215 commit ef45b7b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug_8.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ body:
1010
options:
1111
- label: I have searched the existing issues
1212
required: true
13+
- type: checkboxes
14+
attributes:
15+
label: This issue exists in the latest npm version
16+
description: Please make sure you have installed the latest npm and verified it is still an issue.
17+
options:
18+
- label: I am using the latest npm
19+
required: true
1320
- type: textarea
1421
attributes:
1522
label: Current Behavior

0 commit comments

Comments
 (0)