Browse Source

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
main
Jack Cross 8 years ago
committed by Dan Abramov
parent
commit
2cd38a2b15
  1. 3
      contributing/how-to-contribute.md

3
contributing/how-to-contribute.md

@ -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)

Loading…
Cancel
Save