From a83c065ff1e1ac645046abdbe068be07ae8653ca Mon Sep 17 00:00:00 2001 From: Bartosz Sosnowski Date: Wed, 28 Nov 2018 21:26:30 +0100 Subject: [PATCH 1/2] doc: improve issue template Suggest using --verbose npm switch when providing logs. Hopefully, better direct users to use backticks correctly. --- .github/ISSUE_TEMPLATE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index dbd053a90b..cf317888b5 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -14,10 +14,11 @@ that module's issue tracker (`npm issues modulename`).
Verbose output (from npm or node-gyp): - - ``` - +Paste your log here, between the backticks. It can be: + - npm --verbose output, + - or contents of npm-debug.log, + - or verbose build output. ```
From ac3307c2f294a675564941874a46c0b235aa1391 Mon Sep 17 00:00:00 2001 From: Bartosz Sosnowski Date: Thu, 29 Nov 2018 08:44:10 +0100 Subject: [PATCH 2/2] fixup: explicit node-gyp command --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cf317888b5..b5bed7fdd1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -18,7 +18,7 @@ that module's issue tracker (`npm issues modulename`). Paste your log here, between the backticks. It can be: - npm --verbose output, - or contents of npm-debug.log, - - or verbose build output. + - or output of node-gyp rebuild --verbose. ```