From 0ec193589d5405ca733c47002af6d2b77325b539 Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Fri, 24 Jun 2022 23:38:00 -0600 Subject: make it clear which username should go in the contributing doc (#1546) --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 819572c6..50ca7cfb 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -14,7 +14,7 @@ Summary Before any pull request can be accepted, you must do the following: * Sign the Canonical `contributor license agreement`_ -* Add yourself (alphabetically) to the in-repository list that we use +* Add your Github username (alphabetically) to the in-repository list that we use to track CLA signatures: `tools/.github-cla-signers`_ * Add or update any `unit tests`_ accordingly @@ -80,7 +80,7 @@ Follow these steps to submit your first pull request to cloud-init: * Read through the cloud-init `Code Review Process`_, so you understand how your changes will end up in cloud-init's codebase. -* Submit your first cloud-init pull request, adding yourself to the +* Submit your first cloud-init pull request, adding your Github username to the in-repository list that we use to track CLA signatures: `tools/.github-cla-signers`_ -- cgit v1.2.1