mirror of
https://github.com/facebook/react.git
synced 2026-02-26 07:55:55 +00:00
592 B
592 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 haven't already, complete the CLA.