Skip to content

Commit

Permalink
chore: update issue template env with npm config
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lukekarrys committed Nov 3, 2021
1 parent 2b5d014 commit 85d5919
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_8.yml
Expand Up @@ -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

0 comments on commit 85d5919

Please sign in to comment.