Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit d58c1e378905359c82002128a5f9c95042cc7259 Author: Marek Lindner mareklindner@neomailbox.ch Date: Sat Dec 19 13:10:44 2009 +0000
doc: open-mesh/Contribute
d58c1e378905359c82002128a5f9c95042cc7259 open-mesh/Contribute.textile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/open-mesh/Contribute.textile b/open-mesh/Contribute.textile index 37eb88c1..b3b2475d 100644 --- a/open-mesh/Contribute.textile +++ b/open-mesh/Contribute.textile @@ -60,16 +60,17 @@ If you intend to send us patches, please consider the following guidelines: * Prefer small & digestible over long "all in one" patches. * No MIME, no links, no compression, no attachments. Just plain text. * Patches sent to the mailing list should include "PATCH" in the subject to make[[BR]] - it easier to distinguish between patches and discussion. - * The mails subject will become the first line in the commit message. The body [[BR]] + it easier to distinguish between patches and discussions. + * The mail's subject will become the first line in the commit message. The body [[BR]] contains the longer patch description and the patch (unified format) itself. [[BR]] Please also specify the target branch (e.g. batman:, batctl:, etc) at the [[BR]] beginning of the subject line. See the [http://www.open-mesh.org/timeline timeline] for more examples. - * Add a "Signed-off-by: Your Name <you @ example.com>" line to the commit [[BR]] + * Add a "Signed-off-by: Your Name !you@example.com" line to the patch [[BR]] message to make the ownership of the patch clear. * Patches for B.A.T.M.A.N. Advanced need to follow the linux kernel coding style[[BR]] - closely (check it using checkpatch.pl) as well as the linux "how to submit pacthes"[[BR]] - guidelines (search for the term !SubmitPatches to find thourough documentation). + closely (use checkpatch.pl to verify your patch) as well as the linux "how to [[BR]] + submit patches" guidelines (search for the term !SubmitPatches to find thourough[[BR]] + documentation). * An exemplary good submission you may want to look at can be found here:[[BR]] https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2009-December/002033.html