jellyfin-kodi/CONTRIBUTING.md

9 lines
330 B
Markdown
Raw Normal View History

2016-07-03 04:36:43 +00:00
# How to contribute
Thanks you for contributing to Emby for Kodi!
2016-10-28 05:02:47 +00:00
* Make pull requests towards the **develop** 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/
2016-07-03 04:36:43 +00:00
* Add comments if necessary.