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:
-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