Changes between Version 22 and Version 23 of HowToContribute


Ignore:
Timestamp:
2017-03-23T17:11:48Z (7 years ago)
Author:
Jakub Jermář
Comment:

Improve tips for submitting patches and sending them to the ML

Legend:

Unmodified
Added
Removed
Modified
  • HowToContribute

    v22 v23  
    2727
    2828If you have a simple change that you would like us to push to the mainline, you can submit it in the form of a ''patch''. To submit your work as a patch, please follow these rules:
    29  * Always use unified diff format (bzr diff, diff -u)
    30  * Always send the patch to [http://lists.modry.cz/cgi-bin/listinfo/helenos-devel HelenOS-devel]
     29 * Please avoid describing the patch manually (e.g. "this piece of code is to be inserted at line XYZ of file ABC") and use proper tools and formats as explained below.
     30 * Always use unified diff format, as produced by running either `bzr diff` or `diff -u`.
     31 * Always send the patch to [http://lists.modry.cz/cgi-bin/listinfo/helenos-devel HelenOS-devel]. Note that the mailing list is moderated, so make sure you are subscribed to it first or your message will be held up for moderation.
    3132 * Specifically, do not just attach the patch to a ticket as most developers won't be made aware of it
    3233 * Send the patch as an attachment. Inline patches will get broken by the MTAs.