Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 947 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 947 Bytes

Contributing To Pyblish Lite

If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.

When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible. Pyblish follows PEP8 and the Google Python Style Guide. Docstrings are written in the Google Napoleon format.

Reporting Bugs

If you report a bug, please ensure to specify the following:

  • Description
  • Expected Results
  • Minimal steps to reproduce

Requesting or Proposing Features

When specifying a feature, try to format it such that anyone can implement it without necessarily asking you about it.

Include the following:

  • Goal
  • Motivation
  • Implementation