As a free open source software project (FOSS), PyCayenneLPP welcomes contributions of many forms. Essentially it comes down to either open an Issue or Pull Request on Github. Issues are used (but not limited) to report bugs, make feature requests, or ask questions. In the same way Pull Request are used (but not limited) to provide patches, make improvements to documentation, or add tests.
To ensure and maintain code quality and robustness pull requests must
pass Travis CI before being merged into master. Further, this projects
uses semantic commit messages
in the format: <type>: <short message>
, the scope
can be omitted.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.