From e99fbfcfa93eab79586eb23b5241df5f25ae8f4d Mon Sep 17 00:00:00 2001 From: Trevor Brindle Date: Tue, 19 Sep 2017 14:54:28 -0700 Subject: [PATCH] add node/npm version to ISSUE_TEMPLATE.md Summary: A huge number of Issues are opened with some key information about node/npm versions missing. Adding this information as a required part of the ISSUE_TEMPLATE may help issues get closed faster. Once merged in, check ISSUE_TEMPLATE by opening new issue, verify new line is there. Closes https://github.com/facebook/react-native/pull/14422 Differential Revision: D5865411 Pulled By: hramos fbshipit-source-id: 70e776c8635de38fb149471656e6d260f9eb2537 --- .github/ISSUE_TEMPLATE.md | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index df61c31ae..2f61d41f7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -29,25 +29,29 @@ ### Environment -1. `react-native -v`: -2. `node -v`: -3. `npm -v`: -4. `yarn --version`: - -Then, specify: - - -- Target Platform: - - -- Development Operating System: - - -- Build tools: - ### Steps to Reproduce