From 0ab91579440959c4b0e60d7c48d8f9e8410b7afe Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Tue, 14 Jan 2025 09:10:54 -0500 Subject: [PATCH] Add DCO Documentation and github configurations --- .github/dco.yml | 2 ++ README.adoc | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .github/dco.yml diff --git a/.github/dco.yml b/.github/dco.yml new file mode 100644 index 00000000..0c4b142e --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,2 @@ +require: + members: false diff --git a/README.adoc b/README.adoc index 0a6b67ae..2fc08d9f 100644 --- a/README.adoc +++ b/README.adoc @@ -7,3 +7,8 @@ To build the documents ``` $mvn package ``` + +## Contributions + +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. +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]. \ No newline at end of file