Skip to content

Commit 1814910

Browse files
committedJan 14, 2025·
Migrate to DCO from CLA
**Auto-cherry-pick to `6.4.x` & `6.3.x`**
1 parent ad61cef commit 1814910

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.github/dco.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require:
2+
members: false

‎CONTRIBUTING.adoc

+3-5
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ Is there already an issue that addresses your concern?
2424
Search the https://github.com/spring-projects/spring-integration/issues[GitHub issue tracker] to see if you can find something similar.
2525
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.
2626

27-
== Sign the contributor license agreement
27+
== Developer Certificate of Origin
2828

29-
If you have not previously done so, please fill out and submit the https://cla.pivotal.io/sign/spring[Contributor License Agreement (CLA)].
30-
31-
Very important, before we can accept any *Spring Integration contributions*, we will need you to sign the CLA.
32-
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.
29+
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.
30+
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].
3331

3432
== Fork the Repository
3533

0 commit comments

Comments
 (0)
Please sign in to comment.