Changes between Version 6 and Version 7 of HowToContribute
- Timestamp:
- 2009-11-23T23:04:40Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToContribute
v6 v7 17 17 == Working on your branch == 18 18 19 Now that you know what to do, you should go and create your private bzr branchof 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.19 Now 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. 20 20 21 21 == Integrating your changes ==