]> Cypherpunks repositories - gostls13.git/commitdiff
doc: move single change workflow note in contribution guide
authorLeigh McCulloch <leighmcc@gmail.com>
Sat, 4 Nov 2017 20:54:30 +0000 (20:54 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 29 Nov 2017 20:19:32 +0000 (20:19 +0000)
The note about the single change workflow is included in the
git-codereview installation instructions, but it has nothing to do with
installing git-codereview. This note is more relevant for when a change
is actually being made.

Change-Id: Iccb90f3b7da87fab863fa4808438cd69a21a2fce
Reviewed-on: https://go-review.googlesource.com/76317
Reviewed-by: Steve Francia <spf@golang.org>
doc/contribute.html

index 085e9c60d98abe4e52d98bba78be08337453c91d..b35e9f4b1801563492496a2f05eee525f5b2f3f3 100644 (file)
@@ -208,12 +208,6 @@ daily work, install the hooks in a new Git checkout by running
 <code>git-codereview</code> <code>hooks</code>.
 </p>
 
-<p>
-The workflow described below assumes a single change per branch.
-It is also possible to prepare a sequence of (usually related) changes in a single branch.
-See the <a href="https://golang.org/x/review/git-codereview">git-codereview documentation</a> for details.
-</p>
-
 <h3 id="git-config">Set up git aliases</h3>
 
 <p>
@@ -429,6 +423,12 @@ In the Go contribution workflow this is done with a <code>git</code>
 directly to that local branch.
 </p>
 
+<p>
+The workflow described here assumes a single change per branch.
+It is also possible to prepare a sequence of (usually related) changes in a single branch.
+See the <a href="https://golang.org/x/review/git-codereview">git-codereview documentation</a> for details.
+</p>
+
 <pre>
 $ git change <i>&lt;branch&gt;</i>
 </pre>