Skip to content

Commit 85d5919

Browse files
committed
chore: update issue template env with npm config
Also update with other items from template-oss PR-URL: #3982 Credit: @lukekarrys Close: #3982 Reviewed-by: @wraithgar PR-URL: #3982 Credit: @lukekarrys Close: #3982 Reviewed-by: @wraithgar PR-URL: #3982 Credit: @lukekarrys Close: #3982 Reviewed-by: @wraithgar
1 parent 2b5d014 commit 85d5919

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/ISSUE_TEMPLATE/bug_8.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,19 @@ body:
4545
label: Environment
4646
description: |
4747
examples:
48-
- **OS**: Ubuntu 20.04
49-
- **Node**: 13.14.0
5048
- **npm**: 7.6.3
49+
- **Node**: 13.14.0
50+
- **OS**: Ubuntu 20.04
51+
- **platform**: Macbook Pro
52+
- **`npm config ls`**: `; "user" config from ...`
5153
value: |
52-
- OS:
53-
- Node:
54-
- npm:
54+
- npm:
55+
- Node:
56+
- OS:
57+
- platform:
58+
- npm config:
59+
```ini
60+
; copy and paste output from `npm config ls` here
61+
```
5562
validations:
5663
required: false

0 commit comments

Comments
 (0)