Here are some big things:
- Google-style docstrings
- When making a PR make sure you have an associated test
- Branch from
master, pull request tomaster. If approved, merges todevelopbranch - Try to use this format for git commit messages:
one-line description under 50 chars High level abstraction/overview/summary of this change. Elaboration on changes. References, warnings, etc.