Skip to content

Commit 8e91adb

Browse files
committed
Update CONTRIBUTING.md to include details about the DCO
Signed-off-by: Mahmoud Ben Hassine <[email protected]>
1 parent 60f4905 commit 8e91adb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: CONTRIBUTING.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ about how to report issues.
2626
Not sure what a *pull request* is, or how to submit one? Take a look at the excellent [GitHub help documentation][] first.
2727
Please create a new issue *before* submitting a pull request unless the change is truly trivial, e.g. typo fixes, removing compiler warnings, etc.
2828

29-
### Sign the contributor license agreement
29+
### Sign-off commits according to the Developer Certificate of Origin
3030

31-
If you have not previously done so, please fill out and submit the [Contributor License Agreement](https://cla.pivotal.io/sign/spring).
31+
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).
32+
33+
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).
3234

3335
### Fork the Repository
3436

0 commit comments

Comments
 (0)