jellyfin-kodi/CONTRIBUTING.md
2019-02-01 05:18:26 -06:00

329 B

How to contribute

Thanks you for contributing to Emby 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.