mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user