diff options
author | Scott Moser <smoser@brickies.net> | 2017-04-05 12:07:53 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-04-12 12:24:47 -0400 |
commit | cd83b77dd1804f90694891470c04514aaa74d18f (patch) | |
tree | b2d1c8a1145053bfe9711d44cda5ec09843b3c4c /HACKING.rst | |
parent | 721348a622a660b65acfdf7fdf53203b47f80748 (diff) | |
download | vyos-cloud-init-cd83b77dd1804f90694891470c04514aaa74d18f.tar.gz vyos-cloud-init-cd83b77dd1804f90694891470c04514aaa74d18f.zip |
HACKING.rst: more info on filling out contributors agreement.
When signing the Contributors agreement, the user is prompted to provide
a 'Project contact' or 'Canonical Project Manager'.
Just update the HACKING.rst document to tell them what to put there.
Diffstat (limited to 'HACKING.rst')
-rw-r--r-- | HACKING.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst index caee7ac1..93e3f424 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -13,6 +13,9 @@ Do these things once If you have already signed it as an individual, your Launchpad user will be listed in the `contributor-agreement-canonical`_ group. Unfortunately there is no easy way to check if an organization or company you are doing work for has signed. If you are unsure or have questions, email `Scott Moser <mailto:scott.moser@canonical.com>`_ or ping smoser in ``#cloud-init`` channel via freenode. + When prompted for 'Project contact' or 'Canonical Project Manager' enter + 'Scott Moser'. + * Clone the upstream `repository`_ on Launchpad:: git clone https://git.launchpad.net/cloud-init |