Merge "Minor edit to Contributor Guide"

This commit is contained in:
Jenkins 2016-02-10 13:48:04 +00:00 committed by Gerrit Code Review
commit 3bb54da91f
1 changed files with 11 additions and 2 deletions

View File

@ -190,8 +190,17 @@ To submit changes to your patch, proceed with the following steps:
#. Make your edits.
#. Commit the changes and push them to review as described
in the `Updating a Change`_ section of the Infrastructure manual.
#. Commit the changes using the `amend` flag:
.. code-block:: console
$ git commit -a --amend
Ensure that the Change-ID line remains intact in your commit message. This
prevents Gerrit from creating a new patch.
#. Push the changes to review as described in the `Updating a Change`_ section
of the Infrastructure manual.
Wait for more reviews.