Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 451 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 451 Bytes

Contributing

Run tests

python setup.py test

Build Sphinx documentation

python setup.py build_sphinx

Releases

Please create new releases via GitHub's release functionality or using the GitHub CLI.

hub release create origin <version_number>

We follow Semantic Versioning 2.0.0.

Make sure to add the changelog of each release into the release description.