jellyfin-kodi/CONTRIBUTING.md
Marcell Kovács 0ec3741ef8
fix grammar
2023-02-07 18:03:35 +01:00

332 B

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.