Changes between Version 9 and Version 10 of UsingGitHub


Ignore:
Timestamp:
Mar 15, 2012 5:09:35 PM (12 years ago)
Author:
abarth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitHub

    v9 v10  
    3131 1. Push your lastest commits to your feature branch (e.g., `$ git push origin awesomefeature`)
    3232 1. Create a pull request by going to https://github.com/yourname/webkit/pull/new/awesomefeature
    33  1. Click the "Change Commits" button to select that reviewer's WebKit repo as the "base branch". ''TODO: Investigate whether we can make reviewers members of the "WebKit" organization so you can just use WebKit/webkit@master as the base branch.''
     33 1. Click the "Change Commits" button to select that reviewer's WebKit repo as the "base branch". ''TODO: Investigate whether we can make reviewers members of the "WebKit" organization so we can just use WebKit/webkit@master as the base branch.''
    3434 1. Write a helpful description of your pull request and click "Send pull request".
    3535 1. Iterate with the reviewer as usual using GitHub's review tools.