From: Jim Meyering Date: Tue, 2 Jun 2009 05:52:02 +0000 (+0200) Subject: doc: HACKING: mention the GNU Coding Standards X-Git-Tag: v7.5~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18db64ba7e7acc45a56423b2e96ab2c1faffaad2;p=thirdparty%2Fcoreutils.git doc: HACKING: mention the GNU Coding Standards * HACKING (Add documentation): Add a link to the GCS. --- diff --git a/HACKING b/HACKING index ae43e3a302..d58f2d3260 100644 --- a/HACKING +++ b/HACKING @@ -261,6 +261,9 @@ When writing prose (documentation, comments, log entries), use an active voice, not a passive one. I.e., say "print the frobnozzle", not "the frobnozzle will be printed". +Please add comments per the GNU Coding Standard: + http://www.gnu.org/prep/standards/html_node/Comments.html + Minor syntactic preferences ===========================