Welcome your pull requests for documentation and code. 🙏
- Fork the repo and create your branch from
master
. - If you've added code that should be tested.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Make sure your code pass flow type check.
- 2 spaces for indentation rather than tabs
- See .eslintrc for the gory details.
- Run prettier if you can :)