Skip to content

Commit a8c4f94

Browse files
committed
Migrate to Developer Certificate of Origin (DCO) process
1 parent b76300b commit a8c4f94

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-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

+2-5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Ideally, that would include a https://stackoverflow.com/help/minimal-reproducibl
1818
This project uses https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests[pull requests] for the community to suggest changes to the project.
1919
There are a few important things to keep in mind when submitting a pull request:
2020

21+
* 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.
22+
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].
2123
* Expect feedback and to make changes to your contributions.
2224
* Unless it is a minor change:
2325
** It is best to discuss pull requests on an issue before doing work
@@ -32,11 +34,6 @@ That may mean using an external library directly in a `Filter`.
3234
If you think you have found a security vulnerability please *DO NOT* disclose it publicly until we've had a chance to fix it.
3335
Please don't report security vulnerabilities using GitHub issues, instead head over to https://spring.io/security-policy and learn how to disclose them responsibly.
3436

35-
== Sign the Contributor License Agreement
36-
Before we accept a non-trivial patch or pull request we will need you to https://cla.pivotal.io/sign/spring[sign the Contributor License Agreement].
37-
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.
38-
Active contributors might be asked to join the core team, and given the ability to merge pull requests.
39-
4037
== Apache License header
4138

4239
Please add the Apache License header to all new classes, for example:

0 commit comments

Comments
 (0)