jellyfin-kodi/CONTRIBUTING.md

9 lines
333 B
Markdown
Raw Normal View History

2016-07-03 04:36:43 +00:00
# How to contribute
Thanks you for contributing to Jellyfin for Kodi!
2016-07-03 04:36:43 +00:00
2019-02-01 11:18:26 +00:00
* Make pull requests towards the **master** branch;
2016-10-28 05:02:47 +00:00
* 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.