Copied from Slack server.
General guidelines
Things not to do:
- NEVER commit to master please. Create a branch for yourself and work off there.
- NEVER use git merge from Terminal. Create a merge request before merging. Let others see and approve the request first.
Things you should do
git pull
before doing anything!- Describe your changes in commit messages in present tense. For example, Add tests to function not Added tests to function
- Follow the style guide at http://google.github.io/styleguide/pyguide.html