PlexKodiConnect/CONTRIBUTING.md

27 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2017-06-08 00:51:44 +10:00
# Do NOT Post Your Logs with Tokens!
Be sure to replace all tokens from your log files before posting, otherwise anyone may access your Plex Media Server! Be sure to read [the guideline](https://github.com/croneter/PlexKodiConnect/wiki/How-to-Report-A-Bug)
2016-04-16 19:40:26 +10:00
# How to contribute
2016-04-16 19:36:14 +10:00
Thanks a ton for contributing to PlexKodiConnect!
2017-02-28 05:45:48 +11:00
## Feature requests
2017-02-28 05:51:19 +11:00
* Are you missing a certain functionality? Then [visit feathub.com](http://feathub.com/croneter/PlexKodiConnect)
2017-02-28 05:50:06 +11:00
## Issues
2017-02-28 05:51:19 +11:00
* Something not working like it's supposed to? Then [open a new issue report](https://github.com/croneter/PlexKodiConnect/wiki/How-to-Report-A-Bug)
2017-02-05 23:42:29 +11:00
2017-02-28 05:52:22 +11:00
## Translations
2017-04-30 18:45:42 +10:00
* Want to help translate PlexKodiConnect? Then go [visit Transifex.com](https://www.transifex.com/croneter/pkc)
2017-02-28 05:52:22 +11:00
2017-02-05 23:42:29 +11:00
## Programming
2016-04-16 19:40:26 +10:00
* Please make pull requests towards the **develop** branch, not the master branch. Hence please fork the **develop** branch and not the master branch
2016-04-16 19:36:14 +10:00
* Thanks if you can follow the Python style guide [PEP8](https://www.python.org/dev/peps/pep-0008/) to keep things neat and clean
* Thanks if you add some comments to make your code more readable ;-)
2017-02-05 23:42:29 +11:00