Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 748 Bytes

File metadata and controls

17 lines (13 loc) · 748 Bytes

How to contribute

guv is a volunteer effort. We strive to maintain a high level of code and documentation quality and depend on bug reports and pull requests.

If you experience issues using guv, please submit an issue on github. Feature requests are also welcome through the issue tracker.

If you are submitting a pull request, please adhere to the following guidelines:

  • Code must be PEP8 compliant, with the following modification: the line length limit is increased to 100 characters.
  • The code must support Python >= 3.2. Please do not include support for Python 2.x.
  • Code must be documented with Sphinx docstrings and inline comments.
  • Please use an IDE such as PyCharm to assist with writing high quality code.