You've an unrelated change to HACKING.rst

Diff comments:

> diff --git a/HACKING.rst b/HACKING.rst
> index 93e3f42..3bb555c 100644
> --- a/HACKING.rst
> +++ b/HACKING.rst
> @@ -16,6 +16,14 @@ Do these things once
>    When prompted for 'Project contact' or 'Canonical Project Manager' enter
>    'Scott Moser'.
>  
> +* Configure git with your email and name for commit messages.
> +
> +  Your name will appear in commit messages and will also be used in
> +  changelogs or release notes.  Give yourself credit!::
> +
> +    git config user.name "Your Name"
> +    git config user.email "Your Email"
> +

Drop this

>  * Clone the upstream `repository`_ on Launchpad::
>  
>      git clone https://git.launchpad.net/cloud-init


-- 
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/336630
Your team cloud-init commiters is requested to review the proposed merge of 
~smoser/cloud-init:bug/1698669-ds-identify-fujitsu-ovf into cloud-init:master.

_______________________________________________
Mailing list: https://launchpad.net/~cloud-init-dev
Post to     : cloud-init-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~cloud-init-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to