Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 505 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 505 Bytes

First of all, thank you for contributing. It’s appreciated.

To submit a pull request

  1. Open a GitHub issue before doing significant amount of work.
  2. Clone the repo. If it was already cloned, then git pull to get the latest from master.
  3. Make sure to have yarn installed on your system.
  4. Run yarn run setup before anything else, and wait.
  5. Write code.
  6. Write test (coverage regressions will fail the build). Run test with yarn test.
  7. Make a pull request against the master branch.