Add Flow reminder to PR template #8805
+8
−5
|
We also need to add this step:
Could you add this too, and do it both in PR template and here? |
| -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. | ||
| +3. If you added or removed any tests, run ./scripts/fiber/record-tests before submitting the pull request, and commit the resulting changes. |
gaearon
Jan 17, 2017
Member
Also, this step should probably come the last before CLA. It should be done after everything else is ready.
1 check was pending
ci/circleci
Your tests are queued behind your running builds
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since CircleCI fails on Flow errors, I think it would be helpful to add a reminder to
npm run flowbefore submitting a PR.Formatting was inspired by the Draft.js PR template.