From b1fa94f1e31a308f21d3c5e5b6744ed922ca364f Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Wed, 25 Mar 2015 17:09:20 -0700 Subject: [PATCH] docs: updated signoff info, authors need to do so too, always Signed-off-by: Mihai Tudor Panu --- docs/contributions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/contributions.md b/docs/contributions.md index bdb06305..d362c9a3 100644 --- a/docs/contributions.md +++ b/docs/contributions.md @@ -3,14 +3,16 @@ Contributing a module {#contributions} Here are the rules of contribution: - Your new module must have an example that builds against your UPM library. -- Each commit must have a sign-off line by everyone who reviewed them. +- Each commit must have a sign-off line by everyone who authored or reviewed + them. - Commits must be named `: Some decent description`. - You must license your module under a FOSS license. The recommended license is MIT but any permissive license is fine. Please consider that people using UPM may want to write proprietary programs with your sensors so we like to avoid GPL. If your license is not MIT please include a LICENSE file in src/mymodule/. -- The top of each source file must contain a comment block containing the license information. +- The top of each source file must contain a comment block containing the + license information. - Please test your module builds before contributing and make sure it works on the latest version of libmraa. If you tested on a specific board/platform please tell us what this was in your PR.