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:
authorfncolon <fncolon@pm.me>2022-01-05 00:23:14 +0300
committerGar <wraithgar@github.com>2022-01-05 00:32:32 +0300
commit0d3cf8b6e8cbc46d394a1bdfcc12ffa5f6a72859 (patch)
tree46a38fb09ff3a2475ace2f60cea52ece65787cc2 /.github
parent59b835445fb8e0c1085248a226af7904c4a949ca (diff)
chore: update bug_8 environment (#4156)
Guiding how to update the environment in bug pull request much clear.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_8.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_8.yml b/.github/ISSUE_TEMPLATE/bug_8.yml
index 89e5790cd..f6855c4de 100644
--- a/.github/ISSUE_TEMPLATE/bug_8.yml
+++ b/.github/ISSUE_TEMPLATE/bug_8.yml
@@ -45,16 +45,16 @@ body:
label: Environment
description: |
examples:
- - **npm**: 7.6.3
- - **Node**: 13.14.0
- - **OS**: Ubuntu 20.04
- - **platform**: Macbook Pro
+ - **`npm -v`**: **npm**: 7.6.3
+ - **`node -v`**: **Node.js**: 13.14.0
+ - **OS Name**: Ubuntu 20.04
+ - **System Model Name**: Macbook Pro
- **`npm config ls`**: `; "user" config from ...`
value: |
- npm:
- - Node:
- - OS:
- - platform:
+ - Node.js:
+ - OS Name:
+ - System Model Name:
- npm config:
```ini
; copy and paste output from `npm config ls` here