Skip to content

Commit f645520

Browse files
committed
Merge branch '1.0.x' into 1.1.x
2 parents a359a4d + 3a7169b commit f645520

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/dco.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require:
2+
members: false

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ For example, those with Micrometer Context Propagation knowledge and experience
2424
The remainder of this document will focus on guidance for contributing code changes. It will help contributors to build,
2525
modify, or test the Micrometer Context Propagation source code.
2626

27-
## Contributor License Agreement
27+
## Include a Signed Off By Trailer
2828

29-
Contributions in the form of source changes require that you fill out and submit
30-
the [Contributor License Agreement](https://cla.pivotal.io/sign/pivotal) if you have not done so previously.
29+
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](https://developercertificate.org).
30+
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).
3131

3232
## Getting the source
3333

0 commit comments

Comments
 (0)