From 54ae0ad2b2c67a8645eeda566ddb517134f8dcfc Mon Sep 17 00:00:00 2001 From: Gar Date: Tue, 2 Nov 2021 12:43:36 -0700 Subject: [PATCH] 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. --- .github/ISSUE_TEMPLATE/bug_8.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_8.yml b/.github/ISSUE_TEMPLATE/bug_8.yml index b81e3311f8802..83a0f6e626f66 100644 --- a/.github/ISSUE_TEMPLATE/bug_8.yml +++ b/.github/ISSUE_TEMPLATE/bug_8.yml @@ -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