Replace Pivotal CLA with DCO

This commit is contained in:
Mahmoud Ben Hassine
2025-02-28 12:25:17 +01:00
parent 4490cc0b58
commit 9bc8353cd6
2 changed files with 8 additions and 2 deletions

2
.github/dco.yml vendored Normal file
View File

@@ -0,0 +1,2 @@
require:
members: false

View File

@@ -1,2 +1,6 @@
If you have not previously done so, please fill out and
submit the https://cla.pivotal.io/sign/spring[Contributor License Agreement].
### Sign-off commits according to the Developer Certificate of Origin
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).
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).