Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 307 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 307 Bytes

How to Contribute

Submitting a PR

  1. Install and use pre-commit to keep your changes in the style of the project.
  2. Write tests to cover any new code or code changes.
  3. Please make sure that all tests pass and that the code passes linting with make.
  4. Open up the PR.