Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.63 KB

CONTRIBUTING.md

File metadata and controls

35 lines (27 loc) · 1.63 KB

Contributing to Prezzemolo

Table of Contents

Reporting Bugs

Feel free to submit bugs via Issue Tracker.

Contributing to the Repository

Read the developer guide, which describes setup instructions, development workflow, design principles, source tree structure, etc.

Submitting Pull Requests

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.