From a88125fce49364e798afa5d9066c17bc597ea553 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Tue, 26 Jan 2021 10:51:55 -0500 Subject: [PATCH] HACKING.rst: add clarifying note to LP CLA process section We've had some first time contributors still end up trying to submit via Launchpad: this commit underlines that this is not necessary. --- HACKING.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HACKING.rst b/HACKING.rst index 6ce4397d8f3..623b31363fd 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -98,6 +98,11 @@ The cloud-init team will review the two merge proposals and verify that the CLA has been signed for the Launchpad user and record the associated GitHub account. +.. note:: + If you are a first time contributor, you will not need to touch + Launchpad to contribute to cloud-init: all new CLA signatures are + handled as part of the GitHub pull request process described above. + Do these things for each feature or bug =======================================