From 59299a5ad56a4a41963a765b6df465f578b9b203 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sat, 16 Apr 2016 11:36:14 +0200 Subject: [PATCH] Add Contributing.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..e8381e96 --- /dev/null +++ b/CONTRIBUTING.md @@ -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 ;-)