Contributing
January 5, 2023 ยท View on GitHub
Thanks for being willing to contribute!
Project Setup
Make sure you have Node.js and Yarn installed.
- Fork and clone the repo
$ yarnto install dependencies- Create a branch for your PR
Pull Requests
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