summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorlixiaobing10051267 <li.xiaobing1@zte.com.cn>2016-08-03 17:06:50 +0800
committerlixiaobing10051267 <li.xiaobing1@zte.com.cn>2016-08-04 10:21:25 +0800
commit05d13f4a50860aea96ebae2f0e35b732c73a901d (patch)
tree9c714c377e3a7301eff74638668ba3263b4153d9 /development.md
parent7f6f947c4bf961b4d54daf447638530fe8aa90a2 (diff)
Modify some detail information in contributing workflow
Diffstat (limited to 'development.md')
-rw-r--r--development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md
index ac2b3bb3..3dc1a3c6 100644
--- a/development.md
+++ b/development.md
@@ -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