Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 516 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 516 Bytes

Contributing

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