Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 940 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (13 loc) · 940 Bytes

Contributing to pytojcamp

If you find a bug or have a feature request, please open an issue. If you report a bug, please use the issue template.

Development guidelines

Commit messages

Python code

Please install the pre-commit hooks to automatically

We use type hints, which we feel is a good way of documentation and helps us find bugs using mypy.

New features

Please make a new branch for the development of new features. Rebase on the upstream master and include a test for your new feature. (The CI checks for a drop in code coverage.)