From ea61ddb0d01610e9c501ec60b181b2c2d47aa07a Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Tue, 12 Jul 2016 15:42:19 -0600 Subject: [PATCH] Add link to video chat with @spicyj (#7252) (cherry picked from commit 12bc80a6dc05773c0b5fb7f5c2191b7920f7f4f9) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1063ee428e..b2367ad745 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,6 +32,8 @@ Just make sure to run the whole test suite before submitting a pull request! **Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) +You may also 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 the React JS project. + The core team will be monitoring for pull requests. When we get one, we'll run some Facebook-specific integration tests on it first. From here, we'll need to get another person to sign off on the changes and then merge the pull request. For API changes we may need to fix internal uses, which could cause some delay. We'll do our best to provide updates and feedback throughout the process. *Before* submitting a pull request, please make sure the following is done…