Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 981 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (14 loc) · 981 Bytes

Contributing to pyepal

If you find a bug or have a feature request, please open an issue. If you report a bug, please use the issue template. For help, you can also use the Gitter chat.

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.)