Skip to content

Files

Latest commit

a9295cd · Apr 10, 2018

History

History
7 lines (6 loc) · 228 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 228 Bytes

How to contribute

  • Write pep8 complaint code.
  • Wrap the code on 120 columns.
  • Always use a branch for each feature and Merge Proposals.
  • Always run the tests before to push. (test implies pep8 validation)