Thank you for considering to contribute. If you're looking for a way to get contributing, the best way is to look for a Good first issue.
- Fork and clone the repo
yarnyarn test- Use a branch for your PR:
git checkout -b your-branch-name
Please consider reading this excellent guide for writing good commit messages. This is a convention that we aim to follow for this project.
- Please keep unrelated changes in separate commits.
- Keep related changes in the same commit.
- Make sure that all tests pass.
- Make sure you've updated type definitions, if required.
- Make sure there are no breaking changes.