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.
We use pytest for testing. In order to run the tests locally you need to install additional dependencies via:
pip install .[test]