Modify some detail information in contributing workflow

This commit is contained in:
lixiaobing10051267 2016-08-03 17:06:50 +08:00
parent 0f3ff30111
commit 932feacedd

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