From 359e366669131ccc928d8e9612140d4f937d9de7 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sat, 16 May 2015 14:35:49 +1000 Subject: [PATCH] A couple of minor updates to contributing guidelines --- doc/General/Contributing.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/General/Contributing.md b/doc/General/Contributing.md index ef6bdd079a..ad82ded74b 100644 --- a/doc/General/Contributing.md +++ b/doc/General/Contributing.md @@ -1,3 +1,7 @@ +All contributors to LibreNMS retain copyright to their own code and are not +required to sign over their rights to any other party. + + Contributor Agreement --------------------- @@ -28,9 +32,6 @@ commit log: Copyright --------- -All contributors to LibreNMS retain copyright to their own code and are not -required to sign over their rights to any other party. - We recommend that if you add a new file containing original code to the code base that you include a copyright notice in it as per the Free Software Foundation's guidelines. You might find something like the following header @@ -77,7 +78,9 @@ General Guidelines - Please join us in IRC at irc.freenode.net in channel ##librenms if you're able. Collaborating in real time makes the coordination of contributions - easier. + easier. If you're not a regular IRC user, just browse to [Freenode + web chat](http://webchat.freenode.net/) and follow the prompts to chat + via the web client. - Ensure you read the Code Guidelines documention and understand the code style that should be adhered to [6].