From e178d3b23514acc6d921ec378dfddeb90a535c85 Mon Sep 17 00:00:00 2001 From: Trevor Brindle Date: Fri, 8 Sep 2017 10:28:23 -0400 Subject: [PATCH 1/2] update ISSUE_TEMPLATE to use `react-native info` --- .github/ISSUE_TEMPLATE.md | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index df61c31aefa9..90d97c3fa77b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -29,24 +29,40 @@ ### Environment + 1. `react-native -v`: 2. `node -v`: 3. `npm -v`: 4. `yarn --version`: -Then, specify: - - -- Target Platform: - -- Development Operating System: +5. Development Operating System: -- Build tools: +6. Build tools: + + +7. Target Platform: ### Steps to Reproduce From d644ac7a4e8490c956ca64726f1eed7b6ab88b55 Mon Sep 17 00:00:00 2001 From: Trevor Brindle Date: Wed, 13 Sep 2017 10:44:57 -0400 Subject: [PATCH 2/2] remove old Environment instructions - we want to encourage updates to newer versions of react-native --- .github/ISSUE_TEMPLATE.md | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 90d97c3fa77b..2f61d41f7754 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -29,7 +29,7 @@ ### Environment - - -1. `react-native -v`: -2. `node -v`: -3. `npm -v`: -4. `yarn --version`: - - -5. Development Operating System: + ***Make sure you are on v0.48.0 or greater of react-native, otherwise you may get this error: - -6. Build tools: - - -7. Target Platform: + Unrecognized command 'info' + Run react-native --help to see list of all available commands +--> ### Steps to Reproduce