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.
If you report a bug, please ensure to specify the following:
- Description
- Expected Results
- Minimal steps to reproduce
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