jellyfin-kodi/CONTRIBUTING.md

9 lines
332 B
Markdown

# How to contribute
Thank you for contributing to Jellyfin for Kodi!
* Make pull requests towards the **master** branch;
* Keep the maximum line length shorter than 100 characters to keep things clean and readable;
* Follow pep8 style as closely as possible: https://www.python.org/dev/peps/pep-0008/
* Add comments if necessary.