Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2021-11-03 18:47:22 +0300
committerLuke Karrys <luke@lukekarrys.com>2021-11-03 20:02:49 +0300
commit85d59191cf681eabd8827ca58f925c1063776f61 (patch)
tree07e5a1d9d539f0ab020023e5b37cc952950ce28a /.github
parent2b5d01471a42d81e73efc1620b185f5b1a9b815a (diff)
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
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_8.yml17
1 files changed, 12 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_8.yml b/.github/ISSUE_TEMPLATE/bug_8.yml
index 83a0f6e62..89e5790cd 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