Changes between Version 12 and Version 13 of HowToContribute
- Timestamp:
- 2011-08-03T18:32:24Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToContribute
v12 v13 1 1 = How to contribute = 2 2 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. 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. 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. 4 4 5 5 == Ideas to work on == … … 23 23 If 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: 24 24 * 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] 26 26 * Specifically, do not just attach the patch to a ticket as most developers won't be made aware of it 27 27 * Send the patch as an attachment. Inline patches will get broken by the MTAs.