Changes between Version 24 and Version 25 of HowToContribute


Ignore:
Timestamp:
2017-03-28T20:34:57Z (7 years ago)
Author:
Jakub Jermář
Comment:

Run make check before submit

Legend:

Unmodified
Added
Removed
Modified
  • HowToContribute

    v24 v25  
    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 * Test the patch before submitting and run `make check -j 6` to see if the patch didn't break the build.
    3132 * Review the patch prior to submitting. Make sure it stays focused and does not introduce unrelated changes, including whitespace changes.
    3233 * 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.