- 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
- try to follow the Google Python style guide
- follow the Github Flow
- read more about how to write good commit messages
- before merging, ask for a code review from another contributor and check that your pull request has not broken the continuous integration tests