Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 562 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 562 Bytes

Copied from Slack server.

General guidelines

Things not to do:

  1. NEVER commit to master please. Create a branch for yourself and work off there.
  2. NEVER use git merge from Terminal. Create a merge request before merging. Let others see and approve the request first.

Things you should do

  1. git pull before doing anything!
  2. Describe your changes in commit messages in present tense. For example, Add tests to function not Added tests to function
  3. Follow the style guide at http://google.github.io/styleguide/pyguide.html