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

Latest commit

 

History

History
15 lines (9 loc) · 544 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 544 Bytes

Contributing

Thanks for your interest in contributing to this project!

Project setup

  1. Fork and clone the repo
  2. Run yarn to install dependencies
  3. Create a branch for your PR with git checkout -b pr/your-branch-name

Committing and Pushing changes

Please make sure to run the tests before you commit your changes. You can run yarn test which will build the binaries (ensuring no compile-time errors), and run all test suites (ensuring no run-time regressions).