doc: HACKING: mention the GNU Coding Standards
authorJim Meyering <meyering@redhat.com>
Tue, 2 Jun 2009 05:52:02 +0000 (07:52 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 2 Jun 2009 14:35:14 +0000 (16:35 +0200)
* HACKING (Add documentation): Add a link to the GCS.

HACKING

diff --git a/HACKING b/HACKING
index ae43e3a..d58f2d3 100644 (file)
--- 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
 ===========================