mirror of
https://github.com/status-im/react-native.git
synced 2025-01-22 23:41:49 +00:00
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
This commit is contained in:
parent
6b11259c46
commit
e99fbfcfa9
38
.github/ISSUE_TEMPLATE.md
vendored
38
.github/ISSUE_TEMPLATE.md
vendored
@ -29,25 +29,29 @@
|
||||
### 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:
|
||||
|
||||
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
|
||||
|
||||
Packages: (wanted => installed)
|
||||
react-native: 0.48.1 => 0.48.1
|
||||
react: 16.0.0-alpha.12 => 16.0.0-alpha.12
|
||||
|
||||
Target Platform: iOS (10.3)
|
||||
|
||||
***Make sure you are on v0.48.0 or greater of react-native, otherwise you may get this error:
|
||||
|
||||
Unrecognized command 'info'
|
||||
Run react-native --help to see list of all available commands
|
||||
-->
|
||||
|
||||
1. `react-native -v`:
|
||||
2. `node -v`:
|
||||
3. `npm -v`:
|
||||
4. `yarn --version`<!-- (if you use Yarn) -->:
|
||||
|
||||
Then, specify:
|
||||
|
||||
<!-- (What platform are you building for? Choose any from iOS, Android, AppleTV.) -->
|
||||
- Target Platform:
|
||||
|
||||
<!-- Which operating system are you using? Specify macOS, Windows, or Linux, along with specific release versions -->
|
||||
- Development Operating System:
|
||||
|
||||
<!-- 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:
|
||||
|
||||
### Steps to Reproduce
|
||||
|
||||
<!--
|
||||
|
Loading…
x
Reference in New Issue
Block a user