From a027ef622eadc3d4cf65343b50ae0ff0b1932976 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sat, 16 Apr 2016 11:09:49 +0200 Subject: [PATCH] Add some contributing guidelines --- resources/lib/CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 resources/lib/CONTRIBUTING.md diff --git a/resources/lib/CONTRIBUTING.md b/resources/lib/CONTRIBUTING.md new file mode 100644 index 00000000..1baf8fd1 --- /dev/null +++ b/resources/lib/CONTRIBUTING.md @@ -0,0 +1,5 @@ +Thanks a ton for contributing to PlexKodiConnect! + +* Please make pull requests towards the **develop** branch, 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 ;-)