From 1fac96585516d42650a697c7b10fda87ad7dfd0b Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Wed, 15 Jul 2015 19:05:34 +0200 Subject: [PATCH] Add contribution guidelines --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..49a61f5e12 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Issues and Contributing + +Please note that only issues related to this Docker image will be addressed here. + +* If you have Docker related issues, please ask in the [Docker user mailing list](https://groups.google.com/forum/#!forum/docker-user). +* If you have Jenkins related issues, please ask in the [Jenkins mailing lists](https://jenkins-ci.org/content/mailing-lists). +* If you are not sure, then this is probably not the place to create an issue and you should use any of the previously mentioned mailing lists. + +If after going through the previous checklist you still think you should create an issue here please provide: + +* Docker commands that you execute +* Actual result +* Expected outcome +* Output of `docker version` +* Other relevant information