From c515912d08b058dc94b25dc3481fc851249d6899 Mon Sep 17 00:00:00 2001 From: Bartosz Sosnowski Date: Wed, 28 Nov 2018 21:26:30 +0100 Subject: [PATCH] doc: improve issue template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suggest using --verbose npm switch when providing logs. Hopefully, better direct users to use backticks correctly. PR-URL: https://github.com/nodejs/node-gyp/pull/1618 Reviewed-By: Richard Lau Reviewed-By: João Reis Reviewed-By: Ben Noordhuis --- .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..b5bed7fdd1 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 output of node-gyp rebuild --verbose. ```