From 91a09c24238967e5512e8cda81874664d6a524ae Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sat, 15 Mar 2008 09:47:19 +0100 Subject: [PATCH] Add a note about writing documentation --- STYLE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/STYLE b/STYLE index a25ff89d..9893f06b 100644 --- a/STYLE +++ b/STYLE @@ -3,6 +3,7 @@ If you intend to patch and contribute awesome, please respect the following codi - Place braces alone on new lines; - No space before if, for, while statements or function call; - The preferred line length is 80 characters; -- Be clear in what you do. +- Be clear in what you do; +- Write documentation for any new functions, options, whatever. A vim modeline is set in each file to respect this.