From e8f41e58599833c5719e322ca535a3f5570ef310 Mon Sep 17 00:00:00 2001 From: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:28:40 +0900 Subject: [PATCH] Link to DCO website Signed-off-by: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6c10a3b25..36aba587f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ The remainder of this document will focus on guidance for contributing code chan ## Include a Signed Off By Trailer -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. +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). ## Getting the source