Changes between Version 12 and Version 13 of HowToContribute


Ignore:
Timestamp:
2011-08-03T18:32:24Z (13 years ago)
Author:
Jiri Svoboda
Comment:

Link HelenOS-devel

Legend:

Unmodified
Added
Removed
Modified
  • HowToContribute

    v12 v13  
    11= How to contribute =
    22
    3 We welcome any effort to make HelenOS a better operating system. Here are some tips on what to do when you feel like contributing code.
     3We welcome any effort to make HelenOS a better operating system. Here are some tips on what to do when you feel like contributing code. Make sure you subscribe to [http://lists.modry.cz/cgi-bin/listinfo/helenos-devel HelenOS-devel] mailing list so that you can communicate efficiently with us.
    44
    55== Ideas to work on ==
     
    2323If 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:
    2424 * Always use unified diff format (bzr diff, diff -u)
    25  * Always send the patch to the ''development mailing list''
     25 * Always send the patch to [http://lists.modry.cz/cgi-bin/listinfo/helenos-devel HelenOS-devel]
    2626 * Specifically, do not just attach the patch to a ticket as most developers won't be made aware of it
    2727 * Send the patch as an attachment. Inline patches will get broken by the MTAs.