Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 458 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (9 loc) · 458 Bytes

Contributing

You can use your favorite Python version manager (asdf, pyenv, ...) as long as it follows .python-version.

Install pre-commit if it is not already installed.

Install pre-commit hooks in your git working copy:

pre-commit install --hook-type pre-commit --hook-type commit-msg

Use Conventional Commits.

Create documentation as part of you pull request:

pdm docs