Skip to content

Commit d8e189d

Browse files
committed
Switch from CLA to DCO.
See #892
1 parent c05dd69 commit d8e189d

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

CONTRIBUTING.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ Ideally, that would include a small sample project that reproduces the problem.
1818
If you think you have found a security vulnerability in Spring Vault please *DO NOT* disclose it publicly until we've had a chance to fix it.
1919
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.
2020

21-
== Sign the Contributor License Agreement
22-
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].
23-
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.
24-
Active contributors might be asked to join the core team, and given the ability to merge pull requests.
21+
== Developer Certificate of Origin (DCO)
22+
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.
23+
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].
2524

2625
== Code Conventions and Housekeeping
2726
None of these is essential for a pull request, but they will all help. They can also be

README.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -329,15 +329,13 @@ Follow the instructions for https://github.com/spring-io/spring-javaformat#eclip
329329

330330
== Contributing
331331

332-
Spring Vault is released under the non-restrictive Apache 2.0 license, and follows a very standard Github development process, using Github tracker for issues and merging pull requests into `main`.
332+
Spring Vault is released under the non-restrictive Apache 2.0 license, and follows a very standard GitHub development process, using GitHub tracker for issues and merging pull requests into `main`.
333333
If you want to contribute even something trivial please do not hesitate, but follow the guidelines below.
334334

335-
=== Sign the Contributor License Agreement
335+
== Developer Certificate of Origin (DCO)
336336

337-
Before we accept a non-trivial patch or pull request we will need you to sign the
338-
https://cla.pivotal.io/sign/spring[Contributor License Agreement].
339-
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.
340-
Active contributors might be asked to join the core team, and given the ability to merge pull requests.
337+
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.
338+
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].
341339

342340
=== Code of Conduct
343341

0 commit comments

Comments
 (0)