diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-07-11 13:06:01 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-07-11 13:06:01 (GMT) |
commit | 17827c86e1fc5f3d72ebb8548737b6e1c1ec4108 (patch) | |
tree | 0d18b705cf46c8f33adba3bdda7f4f08d7cabad8 /doc | |
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')
-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 3edca6b..d336ff1 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -499,6 +499,15 @@ | |||
499 | <para>You should use /* */ for comments and not // as some compilers | 499 | <para>You should use /* */ for comments and not // as some compilers |
500 | do not handle the latter form</para> | 500 | do not handle the latter form</para> |
501 | </section> | 501 | </section> |
502 | |||
503 | <section><title>CVS comments</title> | ||
504 | <para>When adding CVS comments at commit time, you can use the following prefixes: | ||
505 | <unorderedlist> | ||
506 | <listitem>"-" for a comment that can be removed from the Changelog</listitem> | ||
507 | <listitem>"*" for an important amendment to be included into a features list | ||
508 | </unorderedlist> | ||
509 | </para> | ||
510 | </section> | ||
502 | </section> | 511 | </section> |
503 | 512 | ||
504 | <section id="SubmittingChanges"><title>New submissions and patches</title> | 513 | <section id="SubmittingChanges"><title>New submissions and patches</title> |