You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You have [Node](https://nodejs.org) installed at v8.0.0+ and [Yarn](https://yarnpkg.com/en/) at v1.2.0+.
107
+
* You have [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.
107
108
* You have `gcc` installed or are comfortable installing a compiler if needed. Some of our dependencies may require a compilation step. On OS X, the Xcode Command Line Tools will cover this. On Ubuntu, `apt-get install build-essential` will install the required packages. Similar commands should work on other Linux distros. Windows will require some additional steps, see the [`node-gyp` installation instructions](https://github.com/nodejs/node-gyp#installation) for details.
108
109
* You are familiar with Git.
109
110
@@ -154,19 +155,6 @@ You can check the status of your code styling by simply running `yarn linc`.
154
155
155
156
However, there are still some styles that the linter cannot pick up. If you are unsure about something, looking at [Airbnb's Style Guide](https://github.com/airbnb/javascript) will guide you in the right direction.
156
157
157
-
### Introductory Video {#introductory-video}
158
-
159
-
You may be interested in watching [this short video](https://www.youtube.com/watch?v=wUpPsEcGsg8) (26 mins) which gives an introduction on how to contribute to React.
160
-
161
-
#### Video highlights: {#video-highlights}
162
-
-[4:12](https://youtu.be/wUpPsEcGsg8?t=4m12s) - Building and testing React locally
163
-
-[6:07](https://youtu.be/wUpPsEcGsg8?t=6m7s) - Creating and sending pull requests
-[19:15](https://youtu.be/wUpPsEcGsg8?t=19m15s) - Adding new React features
167
-
168
-
For a realistic overview of what it _feels_ like to contribute to React for the first time, check out [this entertaining ReactNYC talk](https://www.youtube.com/watch?v=GWCcZ6fnpn4).
169
-
170
158
### Request for Comments (RFC) {#request-for-comments-rfc}
171
159
172
160
Many changes, including bug fixes and documentation improvements can be implemented and reviewed via the normal GitHub pull request workflow.
0 commit comments