Skip to content

Commit 299951c

Browse files
committed
Replace Pivotal CLA with DCO
1 parent bcf39df commit 299951c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/dco.yml

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

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Is there already an issue that addresses your concern? Do a bit of searching in
3434
# Discuss non-trivial contribution ideas with committers
3535
If you are considering anything more than correcting a typo or fixing a minor bug , please discuss it on the GitHub issues. We are happy to provide guidance but please spend an hour or two researching the subject on your own including searching the forums for prior discussions.
3636

37-
# Sign the Contributor License Agreement
38-
If you have not previously done so, please fill out and submit the [Pivotal CLA form](https://cla.pivotal.io).
39-
When you've completed the web form, that's it and your ready for pull request.
37+
# Sign-off commits according to the Developer Certificate of Origin
4038

41-
When issuing a new pull reques, our bot also verifies that you have signed a CLA. Bot will ask you to sign it if it doesn't exist.
39+
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).
40+
41+
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).
4242

4343
# Create your branch from master
4444
Create your topic branch to be submitted as a pull request from master. The Spring team will consider your pull request for backporting on a case-by-case basis; you don't need to worry about submitting anything for backporting.

0 commit comments

Comments
 (0)