From 85d59191cf681eabd8827ca58f925c1063776f61 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Wed, 3 Nov 2021 08:47:22 -0700 Subject: [PATCH] chore: update issue template env with npm config Also update with other items from template-oss PR-URL: https://github.com/npm/cli/pull/3982 Credit: @lukekarrys Close: #3982 Reviewed-by: @wraithgar PR-URL: https://github.com/npm/cli/pull/3982 Credit: @lukekarrys Close: #3982 Reviewed-by: @wraithgar PR-URL: https://github.com/npm/cli/pull/3982 Credit: @lukekarrys Close: #3982 Reviewed-by: @wraithgar --- .github/ISSUE_TEMPLATE/bug_8.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_8.yml b/.github/ISSUE_TEMPLATE/bug_8.yml index 83a0f6e626f66..89e5790cd0844 100644 --- a/.github/ISSUE_TEMPLATE/bug_8.yml +++ b/.github/ISSUE_TEMPLATE/bug_8.yml @@ -45,12 +45,19 @@ body: label: Environment description: | examples: - - **OS**: Ubuntu 20.04 - - **Node**: 13.14.0 - **npm**: 7.6.3 + - **Node**: 13.14.0 + - **OS**: Ubuntu 20.04 + - **platform**: Macbook Pro + - **`npm config ls`**: `; "user" config from ...` value: | - - OS: - - Node: - - npm: + - npm: + - Node: + - OS: + - platform: + - npm config: + ```ini + ; copy and paste output from `npm config ls` here + ``` validations: required: false