[Nagiosplug-checkins] CVS: nagiosplug/doc developer-guidelines.sgml,1.4,1.5
Ton Voon
tonvoon at users.sourceforge.net
Thu Jul 17 02:36:16 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv32033
Modified Files:
developer-guidelines.sgml
Log Message:
Guidelines updated to use Sourceforge tracker system
Index: developer-guidelines.sgml
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/doc/developer-guidelines.sgml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** developer-guidelines.sgml 11 Jul 2003 22:20:48 -0000 1.4
--- developer-guidelines.sgml 17 Jul 2003 09:35:40 -0000 1.5
***************
*** 519,524 ****
</section>
! <section id="SubmittingChanges"><title>New submissions and patches</title>
<para>If you would like others to use your plugins and have it included in
the standard distribution, please include patches for the relevant
--- 519,536 ----
</section>
! <section id="SubmittingChanges"><title>Submission of new plugins and patches</title>
+ <section id="Patches"><title>Patches</title>
+ <para>If you have a bug patch, please supply a unified or context diff against the
+ version you are using. For new features, please supply a diff against
+ the CVS HEAD version.</para>
+
+ <para>Patches should be submitted via
+ <ulink url="http://sourceforge.net/tracker/?group_id=29880&atid=397599">SourceForge's
+ tracker system for Nagiosplug patches</ulink>
+ and be announced to the nagiosplug-devel mailing list.</para>
+ </section>
+
+ <section id="New plugins"><title>New plugins</title>
<para>If you would like others to use your plugins and have it included in
the standard distribution, please include patches for the relevant
***************
*** 551,556 ****
</orderedlist>
! <para>Patches should be submitted via the SourceForge and be announced to
! the mailing list.</para>
<para>For new plugins, provide a diff to add to the EXTRAS list (configure.in)
--- 563,570 ----
</orderedlist>
! <para>New plugins should be submitted via
! <ulink url="http://sourceforge.net/tracker/?group_id=29880&atid=541465">SourceForge's
! tracker system for Nagiosplug new plugins</ulink>
! and be announced to the nagiosplug-devel mailing list.</para>
<para>For new plugins, provide a diff to add to the EXTRAS list (configure.in)
***************
*** 560,565 ****
--- 574,581 ----
<para>If possible please submit a test harness. Documentation on sample
tests coming soon.</para>
+ </section>
</section>
+
</article>
More information about the Commits
mailing list