Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 688 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 688 Bytes

Contributing to PyCozmo

Any contribution to PyCozmo is welcome and appreciated.

Bug Reports and Feature Requests

  • Bug reports and feature requests should be made using GitHub issues.

Pull Requests

  • Pull requests should be made against the dev branch.
  • All tests should be passing on a PR, before it can be merged.
  • Code should adhere to the PEP 8 style guide.
  • Using docstrings is encouraged.
  • Adding tests is encouraged.