mirror of
https://github.com/facebook/react.git
synced 2026-03-31 08:13:35 +00:00
501 B
501 B
Before submitting a pull request, please make sure the following is done...
- Fork the repo 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). - Make sure your code lints (
npm run lint) - we've done our best to make sure these rules match our internal linting guidelines. - If you haven't already, complete the CLA.