Просмотр исходного кода

Merge pull request #5765 from jamtur01/contribf

Added to small patch exemption to cover Markdown/syntax errors
James Turnbull 11 лет назад
Родитель
Сommit
f37339c2db
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      CONTRIBUTING.md

+ 4 - 1
CONTRIBUTING.md

@@ -192,7 +192,10 @@ curl -o .git/hooks/prepare-commit-msg https://raw.githubusercontent.com/dotcloud
 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)