We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5d014 commit 85d5919Copy full SHA for 85d5919
.github/ISSUE_TEMPLATE/bug_8.yml
@@ -45,12 +45,19 @@ body:
45
label: Environment
46
description: |
47
examples:
48
- - **OS**: Ubuntu 20.04
49
- - **Node**: 13.14.0
50
- **npm**: 7.6.3
+ - **Node**: 13.14.0
+ - **OS**: Ubuntu 20.04
51
+ - **platform**: Macbook Pro
52
+ - **`npm config ls`**: `; "user" config from ...`
53
value: |
- - OS:
- - Node:
54
- - npm:
+ - npm:
55
+ - Node:
56
+ - OS:
57
+ - platform:
58
+ - npm config:
59
+ ```ini
60
+ ; copy and paste output from `npm config ls` here
61
+ ```
62
validations:
63
required: false
0 commit comments