diff options
-rw-r--r-- | HACKING.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst index 93e3f424..3bb555c2 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" + * Clone the upstream `repository`_ on Launchpad:: git clone https://git.launchpad.net/cloud-init |