Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 700 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 700 Bytes

Contributing

We welcome contributions of new features or addressing any of the current issues. In order to push your contribution:

  • Push your pull request to the main branch.
  • If possible, create a unit test, to ensure that the issue does not occur again.
  • Please, provide a description with your pull request.
  • If applicable, update the docs accordingly.

Testing

We use pytest for testing. In order to run the tests locally you need to install additional dependencies via:

pip install .[test]