Skip to content

Commit 06bdcc2

Browse files
authored
chore: update bug_8 environment (#4156)
Guiding how to update the environment in bug pull request much clear.
1 parent d8aac84 commit 06bdcc2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_8.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ body:
4545
label: Environment
4646
description: |
4747
examples:
48-
- **npm**: 7.6.3
49-
- **Node**: 13.14.0
50-
- **OS**: Ubuntu 20.04
51-
- **platform**: Macbook Pro
48+
- **`npm -v`**: **npm**: 7.6.3
49+
- **`node -v`**: **Node.js**: 13.14.0
50+
- **OS Name**: Ubuntu 20.04
51+
- **System Model Name**: Macbook Pro
5252
- **`npm config ls`**: `; "user" config from ...`
5353
value: |
5454
- npm:
55-
- Node:
56-
- OS:
57-
- platform:
55+
- Node.js:
56+
- OS Name:
57+
- System Model Name:
5858
- npm config:
5959
```ini
6060
; copy and paste output from `npm config ls` here

0 commit comments

Comments
 (0)