Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 679 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (5 loc) · 679 Bytes

Contributing

We ask you to write well covered unit tests with your changes and please make sure you use black and flake8 to lint your code before making a PR. There are CI checks that will fail otherwise.

Linting and tests will run on python 3.8, 3.9. 3.10 and 3.11.

We require pull request titles to follow the Conventional Commits specification and we also encourage individual commits to adher to that.

We use "squash merge" and any merge PR title will show up in the changelog based on the title.