From 3a7169b1f8b21e29425f0d22bd310cd9a4e6934e Mon Sep 17 00:00:00 2001 From: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:35:34 +0900 Subject: [PATCH] Switch from CLA to DCO for contributions Updates our contributing documentation to mention the use of DCO now and removes mention of the CLA we will no longer use. Disables the DCO check for org members who are all employed by Broadcom. --- .github/dco.yml | 2 ++ CONTRIBUTING.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .github/dco.yml diff --git a/.github/dco.yml b/.github/dco.yml new file mode 100644 index 0000000..0c4b142 --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,2 @@ +require: + members: false diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8b55a8..1eeebcf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,10 +24,10 @@ For example, those with Micrometer Context Propagation knowledge and experience The remainder of this document will focus on guidance for contributing code changes. It will help contributors to build, modify, or test the Micrometer Context Propagation source code. -## Contributor License Agreement +## Include a Signed Off By Trailer -Contributions in the form of source changes require that you fill out and submit -the [Contributor License Agreement](https://cla.pivotal.io/sign/pivotal) if you have not done so previously. +All commits must include a *Signed-off-by* trailer at the end of each commit message to indicate that the contributor agrees to the [Developer Certificate of Origin](https://developercertificate.org). +For additional details, please refer to the blog post [Hello DCO, Goodbye CLA: Simplifying Contributions to Spring](https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring). ## Getting the source