From 4dd29f163ee2a1a67eac899287a37a1ab50c4d35 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 14 Jan 2025 15:48:26 -0500 Subject: [PATCH] Migrate to DCO from CLA (cherry picked from commit 18149108b28461d717ee3bc24ce9f5199a60f4d8) --- .github/dco.yml | 2 ++ CONTRIBUTING.adoc | 8 +++----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .github/dco.yml diff --git a/.github/dco.yml b/.github/dco.yml new file mode 100644 index 0000000000..0c4b142e9a --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,2 @@ +require: + members: false diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 1d9a4e2713..526641b600 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -24,12 +24,10 @@ Is there already an issue that addresses your concern? Search the https://github.com/spring-projects/spring-integration/issues[GitHub issue tracker] to see if you can find something similar. If not, please create a new issue in GitHub before submitting a pull request unless the change is truly trivial, e.g. typo fixes, removing compiler warnings, etc. -== Sign the contributor license agreement +== Developer Certificate of Origin -If you have not previously done so, please fill out and submit the https://cla.pivotal.io/sign/spring[Contributor License Agreement (CLA)]. - -Very important, before we can accept any *Spring Integration contributions*, we will need you to sign the CLA. -Signing the CLA does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. +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. +For additional details, please refer to the blog post https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring[Hello DCO, Goodbye CLA: Simplifying Contributions to Spring]. == Fork the Repository