Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 840 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 840 Bytes

Contributing

Just create an issue or a pull request on Github.

Setup

Please see the documentation for a development setup.

Quality Assurance

Several linters and unit tests are used to catch programming errors and regressions. The relevant tools and their versions are specified in the pyproject.toml. Github Actions are configured to run against all merge requests.

To run these checks locally, use make lint and make test.

Commit Messages

We use Conventional Commits for structured commit messages.