Skip to content

Commit 4e661b7

Browse files
committed
Update from CLA to DCO
1 parent a044ddc commit 4e661b7

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/dco.yml

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

stream-applications-release-train/stream-applications-docs/src/main/asciidoc/contributing.adoc

+4-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ tracker for issues and merging pull requests into master. If you want
77
to contribute even something trivial please do not hesitate, but
88
follow the guidelines below.
99

10-
=== Sign the Contributor License Agreement
11-
Before we accept a non-trivial patch or pull request we will need you to sign the
12-
https://support.springsource.com/spring_committer_signup[contributor's agreement].
13-
Signing the contributor's agreement does not grant anyone commit rights to the main
14-
repository, but it does mean that we can accept your contributions, and you will get an
15-
author credit if we do. Active contributors might be asked to join the core team, and
16-
given the ability to merge pull requests.
10+
11+
== Developer Certificate of Origin
12+
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.
13+
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].
1714

1815
=== Code Conventions and Housekeeping
1916
None of these is essential for a pull request, but they will all help. They can also be

0 commit comments

Comments
 (0)