Merge pull request #29980 from lixiaobing10051267/masterAnd

Automatic merge from submit-queue

Modify some detail information in contributing workflow

"Compare and pull request" is "Compare & pull request" actually.
pull/6/head
Kubernetes Submit Queue 2016-08-03 22:01:41 -07:00 committed by GitHub
commit 40b1e20efd
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ git push -f origin myfeature
### Creating a pull request
1. Visit https://github.com/$YOUR_GITHUB_USERNAME/kubernetes
2. Click the "Compare and pull request" button next to your "myfeature" branch.
2. Click the "Compare & pull request" button next to your "myfeature" branch.
3. Check out the pull request [process](pull-requests.md) for more details
### When to retain commits and when to squash