Skip to content

Commit b229a8f

Browse files
committed
Update github configuration to support DCO
Signed-off-by: Glenn Renfro <[email protected]>
1 parent f975ddd commit b229a8f

File tree

3 files changed

+6
-44
lines changed

3 files changed

+6
-44
lines changed

.github/dco.yml

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

CODE_OF_CONDUCT.adoc

-44
This file was deleted.

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ Before building be sure that the `ng-serve` development server has been shutdown
7676

7777
**If you want to contribute and help developing the project, please, have a look at the [Developer Guideline](README_DEV.md/#development).**
7878

79+
## Developer Certificate of Origin
80+
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.
81+
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).
82+
7983
---
8084

8185
## Acknowledgments

0 commit comments

Comments
 (0)