aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-09-03 03:33:15 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-09-03 03:33:15 +0100
commit94895ae25ecbf4cfc50ce11870bbf1243bcfd621 (patch)
tree414f93607093495931d2ee4e72e1abf16567c150
parent215e04020d6cff0c31f452d46b85300fe4986629 (diff)
CONTRIBUTING file for issues
-rw-r--r--CONTRIBUTING17
1 files changed, 17 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 00000000..45f74789
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,17 @@
+If you're filing an issue, here are the things which will help us a lot:
+
+* State your GHC version.
+
+* State your platform, OS and distribution if applicable.
+
+* State your cabal version if applicable.
+
+* Tell us how to replicate the problem. If we can't replicate it, we
+ can't fix it.
+
+* If the problem involves running Haddock on some source, please
+ include the sample on which we can replicate, the smaller/cleaner
+ the better. Include some images if you think it will help us.
+
+* Include any other info you think might be relevant (sandbox? unusual
+ setup?).