|
HowToContribute
We welcome your contribution to Cloud MapReduce. If you are interested in helping, read the following on how to proceed. We follow the common practice of other open source projects. Basic procedureBefore you start, send a message to the CloudMapReduce google group, or file a bug report in the Issues database. Describe your proposed changes and check that they fit in with what others are doing and have planned for the project. If you do not have an idea where you can contribute, check out the roadmap page for ideas we are planning to implement and grab things from the list to take a look at (you should still email to the google group so that folks are aware of who is working on what). Check out the code and modify the source code to make the changes necessary. Make sure that
Please don't
Please do:
Once you are ready, generate a patch using standard diff commands. Detailed commands to use will be posted here soon. Attach the patch to the issue in the issues database. One of the committers will check out the changes and commit/reject (with explanation) as necessary. After you have contributed several patches and clearly demonstrate your understanding of the code base and your willingness to contribute to the project for the long term, we will grant you committer access, so that you can commit to the repository directly. |