diff --git a/doc/contribute.html b/doc/contribute.html index f3ea73cfc7d..753aefaa29e 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -305,10 +305,10 @@ Go to a directory where you want the source to appear and run the following command in a terminal.

-

+
 $ git clone https://go.googlesource.com/go
 $ cd go
-
+

Contributing to the main Go tree

@@ -396,8 +396,9 @@ and

Once you have the changes queued up, you will want to commit them. -In the Go contribution workflow this is done with a `git change` command, -which creates a local branch and commits the changes directly to that local branch. +In the Go contribution workflow this is done with a git +change command, which creates a local branch and commits the changes +directly to that local branch.

@@ -418,9 +419,9 @@ then git commit.)
 

-As the `git commit` is the final step, Git will open an editor to ask for a -commit message. -(It uses the editor named by the $EDITOR environment variable, +As the git commit is the final step, Git will open an +editor to ask for a commit message. (It uses the editor named by +the $EDITOR environment variable, vi by default.) The file will look like: