Browse code

Added to small patch exemption to cover Markdown/syntax errors in documentation

Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01)

James Turnbull authored on 2014/05/13 13:49:23
Showing 1 changed files
... ...
@@ -192,7 +192,10 @@ curl -o .git/hooks/prepare-commit-msg https://raw.github.com/dotcloud/docker/mas
192 192
 There are several exceptions to the signing requirement. Currently these are:
193 193
 
194 194
 * Your patch fixes spelling or grammar errors.
195
-* Your patch is a single line change to documentation.
195
+* Your patch is a single line change to documentation contained in the
196
+  `docs` directory.
197
+* Your patch fixes Markdown formatting or syntax errors in the
198
+  documentation contained in the `docs` directory.
196 199
 
197 200
 If you have any questions, please refer to the FAQ in the [docs](http://docs.docker.io)
198 201