Changes between Version 4 and Version 5 of UsingGitHub
- Timestamp:
- Mar 15, 2012, 4:42:23 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitHub
v4 v5 26 26 == Getting your code reviewed == 27 27 28 1. Push your changes to a new feature branch. 28 29 1. Find a reviewer who is interested in reviewing your awesome feature. 29 30 1. Create a pull request by going to https://github.com/yourname/webkit/pull/new/awesomefeature 30 1. Click the "Change Commits" button to select that reviewer's base branch of WebKit.31 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.'' 31 32 1. Write a helpful description of your pull request and click "Send pull request". 32 33 1. Iterate with the reviewer as usual using GitHub's review tools. 33 34 ''TODO: Investigate whether we can make reviewers members of the "WebKit" organization so you can just use WebKit/webkit@master as the base branch.''35 34 36 35 == Landing a patch ==