Browse code

Merge pull request #5765 from jamtur01/contribf

Added to small patch exemption to cover Markdown/syntax errors

James Turnbull authored on 2014/05/21 16:13:03
Showing 1 changed files
... ...
@@ -192,7 +192,10 @@ curl -o .git/hooks/prepare-commit-msg https://raw.githubusercontent.com/dotcloud
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