Changes between Version 9 and Version 10 of UsingGitHub
- Timestamp:
- Mar 15, 2012, 5:09:35 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitHub
v9 v10 31 31 1. Push your lastest commits to your feature branch (e.g., `$ git push origin awesomefeature`) 32 32 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 youcan 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.'' 34 34 1. Write a helpful description of your pull request and click "Send pull request". 35 35 1. Iterate with the reviewer as usual using GitHub's review tools.