]> git.ipfire.org Git - oddments/ddns.git/commitdiff
Add contribution guidelines
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 Sep 2016 15:47:14 +0000 (16:47 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 Sep 2016 15:47:14 +0000 (16:47 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
README

diff --git a/README b/README
index d8027a441f8a1cbb4fdbf7e07db0a24296738a21..c69354c63d9eb50a43678b05ba685dd074026685 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ written in Python.
 WEB HOME:
        http://git.ipfire.org/?p=ddns.git;a=summary
 
 WEB HOME:
        http://git.ipfire.org/?p=ddns.git;a=summary
 
-BUGTRACKER:
+BUG TRACKER:
        https://bugzilla.ipfire.org/
 
        Product: DDNS Updater
        https://bugzilla.ipfire.org/
 
        Product: DDNS Updater
@@ -86,3 +86,20 @@ SUPPORTED PROVIDERS:
        zzzz.io
 
 Also supports DNS updates via the ISC BIND nsupdate utility.
        zzzz.io
 
 Also supports DNS updates via the ISC BIND nsupdate utility.
+
+CONTRIBUTE:
+       This is an Open Source and platform-independent project where
+       everyone is welcome to contribute improvements or support
+       for additional providers.
+
+       Please only send patches to the official mailing list:
+               ddns@lists.ipfire.org
+
+       Use the standard Git patch format as described here
+               http://wiki.ipfire.org/devel/git/commit-messages
+
+       and follow the general IPFire contribution guidelines
+               http://wiki.ipfire.org/devel/submit-patches
+
+       Please refrain from sending patches on GitHub or any other
+       platforms where this repository is mirrored.