summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md')
-rw-r--r--deps/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/deps/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md b/deps/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md
index cd0e3ce3d8..bc89b7e273 100644
--- a/deps/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md
+++ b/deps/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md
@@ -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>