Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 907 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (26 loc) · 907 Bytes

Contributing Guide

Bug fixing and feature additions

  • Fork this repo
  • Commit changes in your fork
  • Make sure the code still passes pylint checking with 10/10 score and 79 max line length. You can check it by using the command:
    find . -name '*.py' | xargs pylint --max-line-length=79
  • Send a Pull Request to this repo
  • Wait until it's merged :)

Bug report and feature suggestions

  • Use the Issues tab ;)


GitHub contributors: