GH-1089 - Set up DCO infrastructure.

This commit is contained in:
Oliver Drotbohm
2025-02-24 12:54:06 +01:00
parent 6f3c8b8d12
commit fc9939b243
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

5
CONTRIBUTING.adoc Normal file
View File

@@ -0,0 +1,5 @@
= Contributing to Spring Modulith
* As a contributor to this project you aggree to follow the Spring Project https://github.com/spring-projects/.github/blob/main/CODE_OF_CONDUCT.md[code of conduct].
* 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].