jellyfin-kodi/CONTRIBUTING.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
332 B
Markdown
Raw Permalink Normal View History

2016-07-03 04:36:43 +00:00
# How to contribute
2023-02-07 17:02:24 +00:00
Thank 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.