26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# 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)
|
|
|
|
# How to contribute
|
|
|
|
Thanks a ton for contributing to PlexKodiConnect!
|
|
|
|
## Feature requests
|
|
|
|
* Are you missing a certain functionality? Then [visit feathub.com](http://feathub.com/croneter/PlexKodiConnect)
|
|
|
|
## Issues
|
|
|
|
* 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)
|
|
|
|
## Translations
|
|
|
|
* Want to help translate PlexKodiConnect? Then go [visit Transifex.com](https://www.transifex.com/croneter/pkc)
|
|
|
|
## Programming
|
|
|
|
* Please make pull requests towards the **develop** branch, not the master branch. Hence please fork the **develop** branch and not the master branch
|
|
* 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 ;-)
|
|
|