From f664e9a7d9a584220c28486f8e40cb1a1023e7f6 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Tue, 13 May 2014 06:49:23 +0200 Subject: [PATCH] Added to small patch exemption to cover Markdown/syntax errors in documentation Docker-DCO-1.1-Signed-off-by: James Turnbull (github: jamtur01) --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d77afbc443..db75354c3b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -192,7 +192,10 @@ curl -o .git/hooks/prepare-commit-msg https://raw.github.com/dotcloud/docker/mas There are several exceptions to the signing requirement. Currently these are: * Your patch fixes spelling or grammar errors. -* Your patch is a single line change to documentation. +* Your patch is a single line change to documentation contained in the + `docs` directory. +* Your patch fixes Markdown formatting or syntax errors in the + documentation contained in the `docs` directory. If you have any questions, please refer to the FAQ in the [docs](http://docs.docker.io)