|
HowToContribute
How to contribute
Featured Use GitPatches 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-listPatches 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. AlternativeAn alternative is to use github's capabilities; use the fork action, and commit there. When the changes are ready simply do a pull request. |
► Sign in to add a comment
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.
Yeah, same as Rogério. I would like to help in some way. Thanks for all your hard work.
Héctor Sikaffy - Honduras.
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.