Feel free to submit bugs via Issue Tracker.
Read the developer guide, which describes setup instructions, development workflow, design principles, source tree structure, etc.
Feel free to submit pull requests. Please follow these practices:
- follow the Prezzemolo design guidelines
- follow the PEP 8 coding standard;
- add unit tests for any new code;
- ensure your commits are atomic (one feature per commit);
- write a clear log message for your commits.