Skip to content

Commit

Permalink
doc: improve issue template
Browse files Browse the repository at this point in the history
Suggest using --verbose npm switch when providing logs. Hopefully,
better direct users to use backticks correctly.

PR-URL: #1618
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: João Reis <reis@janeasystems.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
bzoz authored and rvagg committed Apr 24, 2019
1 parent cca2d66 commit c515912
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE.md
Expand Up @@ -14,10 +14,11 @@ that module's issue tracker (`npm issues modulename`).

<details><summary>Verbose output (from npm or node-gyp):</summary>

<!-- Paste your log between the backticks. Contents of npm-debug.log or verbose build output -->

```
Paste your log here, between the backticks. It can be:
- npm --verbose output,
- or contents of npm-debug.log,
- or output of node-gyp rebuild --verbose.
```

</details>
Expand Down

0 comments on commit c515912

Please sign in to comment.