Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 362 Bytes

devguide.rst

File metadata and controls

14 lines (10 loc) · 362 Bytes

Developer Guide

Development Workflow

Git Flow is used for features etc. This automatically handles pull requests. Make sure to install the commandline tool at the link above

Code Style

Python code should follow PEP8 guidelines. flake8 checks PEP8 compliance