diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-07-11 13:06:01 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-07-11 13:06:01 +0000 |
commit | 17827c86e1fc5f3d72ebb8548737b6e1c1ec4108 (patch) | |
tree | 0d18b705cf46c8f33adba3bdda7f4f08d7cabad8 /doc/developer-guidelines.sgml | |
parent | 305ae8615cb533b88c15c9edebf9ed72e783a521 (diff) | |
download | monitoring-plugins-17827c86e1fc5f3d72ebb8548737b6e1c1ec4108.tar.gz |
Added in practice of prefixing comments in CVS commits
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@590 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc/developer-guidelines.sgml')
-rw-r--r-- | doc/developer-guidelines.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 3edca6b8..d336ff13 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -499,6 +499,15 @@ <para>You should use /* */ for comments and not // as some compilers do not handle the latter form</para> </section> + + <section><title>CVS comments</title> + <para>When adding CVS comments at commit time, you can use the following prefixes: + <unorderedlist> + <listitem>"-" for a comment that can be removed from the Changelog</listitem> + <listitem>"*" for an important amendment to be included into a features list + </unorderedlist> + </para> + </section> </section> <section id="SubmittingChanges"><title>New submissions and patches</title> |