Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 273 Bytes

CONTRIBUTING.md

File metadata and controls

5 lines (4 loc) · 273 Bytes

Before submitting your PR for review:

  1. Please add unit tests checking your code.
  2. Please merge the master branch into your branch and merge conflicts.
  3. Please check if all the current tests in the /tests directory pass successfully. We use the pytest framework.