Skip to content

Commit 0ab9157

Browse files
committed
Add DCO Documentation and github configurations
1 parent c5b6e1d commit 0ab9157

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/dco.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require:
2+
members: false

README.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ To build the documents
77
```
88
$mvn package
99
```
10+
11+
## Contributions
12+
13+
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.
14+
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].

0 commit comments

Comments
 (0)