Browse code

Add instructions for opening issues on the repository

Michael Crosby authored on 2013/11/28 03:41:20
Showing 1 changed files
... ...
@@ -4,6 +4,13 @@ Want to hack on Docker? Awesome! Here are instructions to get you
4 4
 started. They are probably not perfect, please let us know if anything
5 5
 feels wrong or incomplete.
6 6
 
7
+## Reporting Issues
8
+
9
+When reporting [issues](https://github.com/dotcloud/docker/issues) 
10
+on Github please include your host OS ( Ubuntu 12.04, Fedora 19, etc... )
11
+and the output of `docker version` along with the output of `docker info` if possible.  
12
+This information will help us review and fix your issue faster.
13
+
7 14
 ## Build Environment
8 15
 
9 16
 For instructions on setting up your development environment, please