From 932feacedd4b29f0368bb26c0b92efb401834db6 Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Wed, 3 Aug 2016 17:06:50 +0800 Subject: [PATCH] Modify some detail information in contributing workflow --- docs/devel/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/development.md b/docs/devel/development.md index ac2b3bb339..3dc1a3c6e0 100644 --- a/docs/devel/development.md +++ b/docs/devel/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