Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 0585b68710eb31b2cf24ed0a5b461ee33108b1bb Author: Marek Lindner mareklindner@neomailbox.ch Date: Sat Jul 11 18:02:32 2009 +0000
doc: open-mesh/Contribute
0585b68710eb31b2cf24ed0a5b461ee33108b1bb open-mesh/Contribute.textile | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-)
diff --git a/open-mesh/Contribute.textile b/open-mesh/Contribute.textile index 7d21a3ed..008c665e 100644 --- a/open-mesh/Contribute.textile +++ b/open-mesh/Contribute.textile @@ -1,11 +1,15 @@ = How to Contribute = -Thanks for using B.A.T.M.A.N.! If you have suggestions, comments, want to tell us about your experiences or discuss problems the best thing is always to use the [wiki:MailingList Mailing List]. You can always contact us via [wiki:IRC IRC]. +Thanks for using B.A.T.M.A.N.! If you have suggestions, comments, want to tell us [[BR]] +about your experiences or discuss problems the best thing is always to use the [[BR]] +[wiki:MailingList Mailing List]. You can always contact us via [wiki:IRC IRC].
-If you like this project and you want to take part and/or give something back, here is a short list of starting points: +If you like this project and you want to take part and/or give something back, [[BR]] +here is a short list of starting points:
=== Reporting Bugs === -If you find a bug, please see if the problem is already known in the by [https://dev.open-mesh.org/batman/report Reading the Tickets]. If not, please [https://dev.open-mesh.org/batman/newticket add a new Ticket]. +If you find a bug, please see if the problem is already known in the by [https://dev.open-mesh.org/batman/report Reading the Tickets]. [[BR]] +If not, please [https://dev.open-mesh.org/batman/newticket add a new Ticket].
Please add as much information as possible. In particular interesting are:
@@ -33,10 +37,28 @@ There's lots of people that want to know about B.A.T.M.A.N. - help us to spread
=== Research ===
-B.A.T.M.A.N. gives much room for research, especially the layer 2 implementation in the kernel. Get in touch with us to share your ideas. If you write papers we are happy to publish them here or link to your page. If you are looking for the right topic or mentorship feel free to contact us. We have more ideas than time to implement them. +B.A.T.M.A.N. gives much room for research, especially the layer 2 implementation in the [[BR]] +kernel. Get in touch with us to share your ideas. If you write papers we are happy to [[BR]] +publish them here or link to your page. If you are looking for the right topic or [[BR]] +mentorship feel free to contact us. We have more ideas than time to implement them.
=== Development ===
-You looked in the code ? Fixed bugs ? Added a cool new function ? Integrated B.A.T.M.A.N. in a distribution ? -Don't hesitate to let us and others know! We can avoid duplicated work by publishing it here or linking to your page. Patches are always welcome and can be posted on the [wiki:MailingList mailing list] to get integrated. We also hand out SVN access to people that want to get involved. +You looked in the code ? Fixed bugs ? Added a cool new function ? Integrated B.A.T.M.A.N.[[BR]] +in a distribution ? Don't hesitate to let us and others know! We can avoid duplicated [[BR]] +work by publishing it here or linking to your page. Patches are always welcome and can [[BR]] +be posted on the [wiki:MailingList mailing list] to get integrated. We also hand out SVN [[BR]] +access to people that want to get involved. + +=== Submitting patches === + +If you intend to send us patches, please consider the following guidelines: + + * Prefer small & digestible over long "all in one" patches. + * The mails 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]] + message to make the ownership of the patch clear.