Contributing

January 5, 2023 ยท View on GitHub

Thanks for being willing to contribute!

Project Setup

Make sure you have Node.js and Yarn installed.

  1. Fork and clone the repo
  2. $ yarn to install dependencies
  3. 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