Date: Sun, 31 Dec 2000 11:51:22 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Richard Dawe" Message-Id: <2427-Sun31Dec2000115122+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: (rich AT phekda DOT freeserve DOT co DOT uk) Subject: Re: Patch to add 'contributing...' section of KB - version 2 References: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 30 Dec 2000 19:26:09 +0000 > From: "Richard Dawe" > > Here's version 2 of the patch to add the start of a 'contributing to > DJGPP' section to the knowledge base. Thanks! > + * Contributing:: How to contribute to DJGPP. The node and section name should probably be changed to something more appropriate. You are describing the DJGPP coding and documentation standards, right? > + @itemize > + @item > + Use two spaces after every period/full-stop ending a sentence. The text you wrote doesn't seem to follow this advice ;-). > + @item > + Don't use capital letters for emphasis --- use @samp{@@strong@{@}} instead. Please remove the white space around "---". > + @item > + Don't put a newline between a function's return type and its name. I think this needs an example; otherwise people will not understand what are you talking about.