Thanks for being willing to contribute!
Make sure you have Node.js and Yarn installed.
- Fork and clone the repo
$ yarn
to install dependencies- Create a branch for your PR
Please note the following guidelines before submitting pull requests:
- Make sure ESLint passes with
yarn lint
- All new features must be covered by unit tests:
yarn test
- Always create pull requests to the main branch