From d636314971c662a6adfa75dbf8ceffd534241d8d Mon Sep 17 00:00:00 2001
From: Ruud <ruud@crashdummy.nl>
Date: Fri, 26 Oct 2012 14:53:35 +0200
Subject: [PATCH] Contributing.md

---
 contribute.md   |  1 -
 contributing.md | 14 ++++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)
 delete mode 100644 contribute.md
 create mode 100644 contributing.md

diff --git a/contribute.md b/contribute.md
deleted file mode 100644
index fce79f7f..00000000
--- a/contribute.md
+++ /dev/null
@@ -1 +0,0 @@
-So you feel like
\ No newline at end of file
diff --git a/contributing.md b/contributing.md
new file mode 100644
index 00000000..5bb77037
--- /dev/null
+++ b/contributing.md
@@ -0,0 +1,14 @@
+#So you feel like posting a bug, sending me a pull request or just telling me how awesome I am. No problem! 
+
+##Just make sure you think of the following things:
+
+ * Search through the existing (and closed) issues first. See if you can get your answer there.
+ * Double check the result manually, because it could be an external issue. 
+ * Post logs! Without seeing what is going on, I can't reproduce the error.
+ * What are you settings for the specific problem
+ * What providers are you using. (While your logs include these, scanning through hundred of lines of log isn't my hobby)
+ * Give me a short step by step of how to reproduce
+ * What hardware / OS are you using and what are the limits? NAS can be slow and maybe have a different python installed then when you use CP on OSX or Windows for example.
+ * I will mark issues with the "can't reproduce" tag. Don't go asking me "why closed" if it clearly says the issue in the tag ;)
+
+**If I don't get enough info, the change of the issue getting closed is a lot bigger ;)**
\ No newline at end of file
-- 
GitLab