Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.
The "CommitterWorkflow" page has been changed by AndrewGrieve: http://wiki.apache.org/cordova/CommitterWorkflow?action=diff&rev1=4&rev2=5 * View the user's branch in github and request changes be made (if applicable) by adding comments in the web interface * Ensure that commit descriptions are accurate and that they reference any related JIRA bugs. + == Step 2: Ensure that they have signed the Contributor Agreement == + * For trivial changes, this is not necessary. + * Find their name on: [[https://people.apache.org/committer-index.html]] + * If it is not there, direct them to [[http://www.apache.org/licenses/#clas]] + - == Step 2: Merging the change == + == Step 3: Merging the change == Run the following: {{{#!sh git remote add foo git://github.com/TheirUserName/incubator-cordova-docs.git @@ -55, +60 @@ git cherry-pick 5d3e1b6 # For each commit ID in their branch. }}} - == Step 3: Push the change == + == Step 4: Push the change == {{{ git push cordova master git remote rm foo }}} - == Step 4: Final details == + == Step 5: Final details == * Update related JIRA issue with the commit ID and close it if appropriate. * Respond to pull request on github with link to their commit and ask them to close pull request.