Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.12 KB

CONTRIBUTING.rst

File metadata and controls

36 lines (21 loc) · 1.12 KB

This project is Free and Open Source Software released under the terms of the Apache License, Version 2.0. Contributions are highly welcomed and appreciated. Every little help counts, so do not hesitate!

Report a bug

If you encounter any problems, please file a bug report in the project issue tracker along with a detailed description.

Submit a pull request

Development dependencies are installed by:

$ pip install -r requirements-tests.txt -r requirements-docs.txt -r requirements-dev.txt

Tests can be run with pytest and tox, please ensure the coverage at least stays the same before you submit a pull request.

Keeping dependencies uptodate

Testing in done on version pinned dependencies to ensure reproducibility, in order to update the pinned version to the latest version run:

$ pip-compile -U --no-index requirements-tests.in
$ pip-compile -U --no-index requirements-docs.in