Skip to content

Commit cc13994

Browse files
committed
Switch from CLA to DCO
1 parent dfa9496 commit cc13994

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: .github/dco.yml

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

Diff for: CONTRIBUTING.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ If you would like to contribute something, or simply want to work with the code,
88
This project adheres to the Contributor Covenant [code of conduct][1]. By participating, you are expected to uphold this code.
99
Please report unacceptable behavior to [email protected].
1010

11-
## Sign the contributor license agreement
12-
13-
Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's license agreement (CLA)][2].
14-
Signing the contributor's agreement 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.
11+
## Include a Signed-off-by Trailer
1512

13+
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 (DCO)](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin).
14+
For additional details, please refer to the ["Hello DCO, Goodbye CLA: Simplifying Contributions to Spring"](https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring) blog post.
1615

1716
## Code conventions and housekeeping
1817

0 commit comments

Comments
 (0)