Changes between Version 23 and Version 24 of HowToContribute


Ignore:
Timestamp:
2017-03-25T07:33:58Z (7 years ago)
Author:
Jakub Jermář
Comment:

Note that patches should be reviewed prior to submit

Legend:

Unmodified
Added
Removed
Modified
  • HowToContribute

    v23 v24  
    2929 * 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.
    3030 * Always use unified diff format, as produced by running either `bzr diff` or `diff -u`.
     31 * Review the patch prior to submitting. Make sure it stays focused and does not introduce unrelated changes, including whitespace changes.
    3132 * 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.
    3233 * Specifically, do not just attach the patch to a ticket as most developers won't be made aware of it