Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 820 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 820 Bytes

Hard rules

  • always use an indentation of 4 spaces in your code
  • new written code should always pass the pep8 code linter. Run it using pep8 wouso/core/qpool/models.py
  • make sure the tests pass locally using ./manage.py test, before you make a pull request

Guides