Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 437 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 437 Bytes

Contributing to GDShelpers

First off, thanks for contributing!

We're happy about every suggestion, bug-report, question, feature-request and pull-request.

Before you push

Please execute flake8 gdshelpers/ --max-line-length=120 and pytest in order to assure that your changes are formatted correctly and everything's working fine. We also appreciate tests, which check your contributions.