Add Flow reminder to PR template (#8805)

* Added flow to PR template

* Added record-tests step to PR template and contribution docs

* Updated order of PR checks
This commit is contained in:
Jack Cross
2017-01-17 09:34:44 -05:00
committed by Dan Abramov
parent a0038f80df
commit 2cd38a2b15

View File

@@ -82,7 +82,8 @@ The core team is monitoring for pull requests. We will review your pull request
4. Ensure the test suite passes (`npm test`).
5. Make sure your code lints (`npm run lint`).
6. Run the [Flow](https://flowtype.org/) typechecks (`npm run flow`).
7. If you haven't already, complete the CLA.
7. If you added or removed any tests, run `./scripts/fiber/record-tests` before submitting the pull request, and commit the resulting changes.
8. If you haven't already, complete the CLA.
### Contributor License Agreement (CLA)