From 489d8c3e746d4c8ed6481b201f880a6e26c5bb7d Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Thu, 31 Jul 2025 22:18:42 -0700 Subject: [PATCH] Replace CLA with DCO Change-Id: I4581a2ef78ebf00e803c9f81ceb8a0625131bc40 Signed-off-by: Goutham Pacha Ravi --- doc/source/contributing.rst | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index b8b62db..f665d35 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -8,19 +8,24 @@ If you're interested in contributing to the python-watcherclient project, the following will help get you started. -Contributor License Agreement ------------------------------ +Developer Certificate of Origin +------------------------------- .. index:: single: license; agreement -In order to contribute to the python-watcherclient project, you need to have -signed OpenStack's contributor's agreement. +In order to contribute to the python-watcherclient project, you need to adhere +to the `Developer Certificate of Origin`_. OpenStack utilizes the Developer +Certificate of Origin (DCO) as a lightweight means to confirm that you are +entitled to contribute the code you submit. This ensures that you are +providing your contributions under the project's license and that you have +the right to do so. + +.. _Developer Certificate of Origin: https://developercertificate.org/ .. seealso:: - * https://docs.openstack.org/infra/manual/developers.html - * https://wiki.openstack.org/CLA + * https://docs.openstack.org/contributors/common/dco.html LaunchPad Project -----------------