My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
HowToContribute  
How to contribute
Featured
Updated May 20, 2012 by felipe.contreras

Use Git

Patches should be submitted against the latest head in the master branch:

git clone git://github.com/felipec/msn-pecan.git

You can commit your changes locally, but before that you need to configure your user:

git config --global user.name John Doe
git config --global user.email john.doe@gmail.com

To commit all the changes:

git commit -a

Use the mailing-list

Patches should be sent to the mailing list: msn-pecan@googlegroups.com. Ideally you should be subscribed, but that's not required.

In order to send proper emails, configure git send-email:

git config sendemail.chainreplyto false
git config sendemail.to msn-pecan@googlegroups.com

Generate and send patches (with a cover letter):

git format-patch --cover-letter <head>
git send-email --annotate *.patch

For more git send-email tricks check this post.

Alternative

An alternative is to use github's capabilities; use the fork action, and commit there. When the changes are ready simply do a pull request.

Comment by rogeriog...@gmail.com, Mar 8, 2009

I do not know how I can help, but I just have to thank the work of you, I hope some day to help them.

Thank's, And please do not stop the incredible work of you!!!!

Rogério Garcia - Brazil.

Comment by hector.s...@gmail.com, Sep 13, 2009

Yeah, same as Rogério. I would like to help in some way. Thanks for all your hard work.

Héctor Sikaffy - Honduras.

Comment by project member felipe.contreras, Sep 13, 2009

Would you be interested in being part of a testing team? I still don't have very clear what such team would do, but I'm thinking at least verify that certain bugs are gone.


Sign in to add a comment
Powered by Google Project Hosting