mirror of
https://github.com/facebook/react.git
synced 2026-04-01 17:17:54 +00:00
735 B
735 B
Before submitting a pull request, please make sure the following is done:
- Fork the repository and create your branch from
master. - If you've added code that should be tested, add tests!
- If you've changed APIs, update the documentation.
- Ensure the test suite passes (
npm test). - Format your code with prettier (
npm run prettier). - Make sure your code lints (
npm run lint). - Run the Flow typechecks (
npm run flow). - If you added or removed any tests, run
./scripts/fiber/record-testsbefore submitting the pull request, and commit the resulting changes. - If you haven't already, complete the CLA.