Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 829 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 829 Bytes

Guidelines for contributing

Here are some guidelines for contributing new features, fixing bugs and overall adding new code to this project.

Pull request checklist

For the impatient:

  1. Make sure it's PEP8 compliant.
  2. Rebase onto master.
  3. Open a pull request on GitHub.

Coding style guides

Python

You should closely follow the PEP8 style guide described here. However, the best way to ensure your code is compliant is to use a tool that automatically checks your code, like pep8.py. See this for hints on how to do that.

Versioning

We use the semantic versioning scheme. The master branch should be tagged appropriately.