add beginner friendly resource for learning how to PR

This commit is contained in:
Kent C. Dodds 2016-03-24 13:20:18 -06:00
parent e119f20927
commit f0dbc1e1d3
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ Just make sure to run the whole test suite before submitting a pull request!
### Pull Requests
**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)
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…