Modify some detail information in contributing workflow

This commit is contained in:
lixiaobing10051267 2016-08-03 17:06:50 +08:00
parent 7f6f947c4b
commit 05d13f4a50
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