diff options
Diffstat (limited to 'doc/developer-guidelines.sgml')
-rw-r--r-- | doc/developer-guidelines.sgml | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index e6a864d..1f75da4 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -518,8 +518,20 @@ | |||
518 | </section> | 518 | </section> |
519 | </section> | 519 | </section> |
520 | 520 | ||
521 | <section id="SubmittingChanges"><title>New submissions and patches</title> | 521 | <section id="SubmittingChanges"><title>Submission of new plugins and patches</title> |
522 | 522 | ||
523 | <section id="Patches"><title>Patches</title> | ||
524 | <para>If you have a bug patch, please supply a unified or context diff against the | ||
525 | version you are using. For new features, please supply a diff against | ||
526 | the CVS HEAD version.</para> | ||
527 | |||
528 | <para>Patches should be submitted via | ||
529 | <ulink url="http://sourceforge.net/tracker/?group_id=29880&atid=397599">SourceForge's | ||
530 | tracker system for Nagiosplug patches</ulink> | ||
531 | and be announced to the nagiosplug-devel mailing list.</para> | ||
532 | </section> | ||
533 | |||
534 | <section id="New plugins"><title>New plugins</title> | ||
523 | <para>If you would like others to use your plugins and have it included in | 535 | <para>If you would like others to use your plugins and have it included in |
524 | the standard distribution, please include patches for the relevant | 536 | the standard distribution, please include patches for the relevant |
525 | configuration files, in particular "configure.in". Otherwise submitted | 537 | configuration files, in particular "configure.in". Otherwise submitted |
@@ -550,8 +562,10 @@ utils (perl or c or sh) rather than cooking it's own</para> | |||
550 | </listitem> | 562 | </listitem> |
551 | </orderedlist> | 563 | </orderedlist> |
552 | 564 | ||
553 | <para>Patches should be submitted via the SourceForge and be announced to | 565 | <para>New plugins should be submitted via |
554 | the mailing list.</para> | 566 | <ulink url="http://sourceforge.net/tracker/?group_id=29880&atid=541465">SourceForge's |
567 | tracker system for Nagiosplug new plugins</ulink> | ||
568 | and be announced to the nagiosplug-devel mailing list.</para> | ||
555 | 569 | ||
556 | <para>For new plugins, provide a diff to add to the EXTRAS list (configure.in) | 570 | <para>For new plugins, provide a diff to add to the EXTRAS list (configure.in) |
557 | unless you are fairly sure that the plugin will work for all platforms with | 571 | unless you are fairly sure that the plugin will work for all platforms with |
@@ -559,8 +573,10 @@ utils (perl or c or sh) rather than cooking it's own</para> | |||
559 | 573 | ||
560 | <para>If possible please submit a test harness. Documentation on sample | 574 | <para>If possible please submit a test harness. Documentation on sample |
561 | tests coming soon.</para> | 575 | tests coming soon.</para> |
576 | </section> | ||
562 | 577 | ||
563 | </section> | 578 | </section> |
579 | |||
564 | </article> | 580 | </article> |
565 | 581 | ||
566 | </book> | 582 | </book> |