Changes between Version 6 and Version 7 of HowToContribute


Ignore:
Timestamp:
2009-11-23T23:04:40Z (14 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • HowToContribute

    v6 v7  
    1717== Working on your branch ==
    1818
    19 Now that you know what to do, you should go and create your private bzr branch of HelenOS. This is essential so that we can later merge your changes together with your initials in the development history of the branch. During the coding phase, bare in mind that we will require your changes to meet our coding style standards. It will happen to you from time to time that you will need to consult something with the other people from the project. Don't be shy and feel free to discuss things with us either in the mailing list or on the IRC. For example, you can create a merge directive in bzr and send it to the mailing list for code review. Make smaller, logically related changesets rather than one huge. Make sure that each changeset is accompanied by a clear commit log in English.
     19Now that you know what to do, you should go and create your private [wiki:BazaarWorkflow bzr branch] of HelenOS. This is essential so that we can later merge your changes together with your initials in the development history of the branch. During the coding phase, bare in mind that we will require your changes to meet our coding style standards. It will happen to you from time to time that you will need to consult something with the other people from the project. Don't be shy and feel free to discuss things with us either in the mailing list or on the IRC. For example, you can create a merge directive in bzr and send it to the mailing list for code review. Make smaller, logically related changesets rather than one huge. Make sure that each changeset is accompanied by a clear commit log in English.
    2020
    2121== Integrating your changes ==