Skip to content

Commit

Permalink
add node/npm version to ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
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 facebook#14422

Differential Revision: D5865411

Pulled By: hramos

fbshipit-source-id: 70e776c8635de38fb149471656e6d260f9eb2537
  • Loading branch information
tabrindle authored and facebook-github-bot committed Sep 19, 2017
1 parent 6b11259 commit e99fbfc
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,28 @@
### Environment

<!--
Please fill in all the relevant fields by running these commands in terminal.
-->
In your terminal run `react-native info` and paste its contents here. Next, specify your target platform, like this:
1. `react-native -v`:
2. `node -v`:
3. `npm -v`:
4. `yarn --version`<!-- (if you use Yarn) -->:
Environment:
OS: macOS Sierra 10.12.6
Node: 8.4.0
Yarn: 0.27.5
npm: 5.4.0
Watchman: 4.7.0
Xcode: Xcode 8.3.3 Build version 8E3004b
Android Studio: 2.3 AI-162.4069837
Then, specify:
Packages: (wanted => installed)
react-native: 0.48.1 => 0.48.1
react: 16.0.0-alpha.12 => 16.0.0-alpha.12
<!-- (What platform are you building for? Choose any from iOS, Android, AppleTV.) -->
- Target Platform:
Target Platform: iOS (10.3)
<!-- Which operating system are you using? Specify macOS, Windows, or Linux, along with specific release versions -->
- Development Operating System:
***Make sure you are on v0.48.0 or greater of react-native, otherwise you may get this error:
<!-- Include any additional relevant information. Are you using Xcode or Android Studio to build native code? Is the issue specific to a particular iOS or Android SDK? -->
- Build tools:
Unrecognized command 'info'
Run react-native --help to see list of all available commands
-->

### Steps to Reproduce

Expand Down

0 comments on commit e99fbfc

Please sign in to comment.