Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 281 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 281 Bytes

Contributing

To contribute code:

  1. Create a branch from master
  2. Code following pep8 rules_.
  3. Commit your changes
  4. Add yourself to AUTHORS
  5. Send a pull request to the master branch

.. _pep8 rules: http://www.python.org/dev/peps/pep-0008