Replace CLA with DCO

Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
Change-Id: Ieaf9c3925f8fcba60fc4aef11d691941c38d444b
This commit is contained in:
Goutham Pacha Ravi
2025-07-31 22:24:56 -07:00
parent 08c8f657d4
commit 1649ed0cda

View File

@@ -7,23 +7,27 @@ Contributing to openstacksdk
If you're interested in contributing to the openstacksdk 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 openstacksdk project, you need to have
signed OpenStack's contributor's agreement.
In order to contribute to the Tacker-Horizon 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 projects license and that you have
the right to do so.
Please read `DeveloperWorkflow`_ before sending your first patch for review.
Pull requests submitted through GitHub will be ignored.
.. seealso::
* https://wiki.openstack.org/wiki/How_To_Contribute
* https://wiki.openstack.org/wiki/CLA
* https://docs.openstack.org/contributors/common/dco.html
.. _Developer Certificate of Origin: https://developercertificate.org/
.. _DeveloperWorkflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow
Project Hosting Details