Add DCO Documentation and github configurations

This commit is contained in:
Glenn Renfro
2025-01-14 09:10:54 -05:00
parent c5b6e1d668
commit 0ab9157944
2 changed files with 7 additions and 0 deletions

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

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

View File

@@ -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].