They also have a nice page for contributors: http://wiki.apache.org/cordova/ContributorWorkflow
On Mar 22, 2013, at 5:38 AM, Justin Mclean <jus...@classsoftware.com> wrote: > Hi, > >> Apache cordova has already a nice step by step manual for pull request >> on github -> http://wiki.apache.org/cordova/CommitterWorkflow. > > Seems overly complex when a pull request can be converedt to a patch by > adding ".patch" to the URL and applied something like this: > curl https://github.com/apache/flex-sdk/pull/X.patch | git apply > > Justin