Add Contributing.md

This commit is contained in:
tomkat83 2016-04-16 11:36:14 +02:00
parent 5593b9cd91
commit 59299a5ad5
1 changed files with 6 additions and 0 deletions

6
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,6 @@
Thanks a ton for contributing to PlexKodiConnect!
*
* Please make pull requests towards the **develop** branch, not the master branch. Hence please fork the **develop** 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 ;-)