From 325858115efe2d75d60a7cd31d09a6a5f34e4de4 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Thu, 17 Jul 2003 09:35:40 +0000 Subject: [PATCH] Guidelines updated to use Sourceforge tracker system git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@592 f882894a-f735-0410-b71e-b25c423dba1c --- doc/developer-guidelines.sgml | 22 +++++++++++++++++++--- 1 file 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 @@ -
New submissions and patches +
Submission of new plugins and patches +
Patches + 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. + + Patches should be submitted via + SourceForge's + tracker system for Nagiosplug patches + and be announced to the nagiosplug-devel mailing list. +
+ +
New plugins If you would like others to use your plugins and have it included in the standard distribution, please include patches for the relevant configuration files, in particular "configure.in". Otherwise submitted @@ -550,8 +562,10 @@ utils (perl or c or sh) rather than cooking it's own - Patches should be submitted via the SourceForge and be announced to - the mailing list. + New plugins should be submitted via + SourceForge's + tracker system for Nagiosplug new plugins + and be announced to the nagiosplug-devel mailing list. For new plugins, provide a diff to add to the EXTRAS list (configure.in) 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 If possible please submit a test harness. Documentation on sample tests coming soon. +
+ -- 2.30.2