From e80abf73fd1a219ffaaca2575b1f58e584d2310e Mon Sep 17 00:00:00 2001 From: shawn wang Date: Wed, 3 Jan 2018 01:50:19 +0800 Subject: [PATCH] add second Contributing to React video link (#479) as suggested by @gearon to help inspire others https://twitter.com/dan_abramov/status/948156772455518208 --- content/docs/how-to-contribute.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/how-to-contribute.md b/content/docs/how-to-contribute.md index 28daa0e5e..5dc7cfc90 100644 --- a/content/docs/how-to-contribute.md +++ b/content/docs/how-to-contribute.md @@ -159,6 +159,8 @@ You may be interested in watching [this short video](https://www.youtube.com/wat - [14:43](https://youtu.be/wUpPsEcGsg8?t=14m43s) - React npm registry - [19:15](https://youtu.be/wUpPsEcGsg8?t=19m15s) - Adding new React features +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). + ### Meeting Notes React team meets once a week to discuss the development of React, future plans, and priorities. You can find the meeting notes in a [dedicated repository](https://github.com/reactjs/core-notes/).