Skip to content

Commit 5f7b151

Browse files
committed
Enabling DCO changes
1 parent 172de5e commit 5f7b151

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/dco.yml

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

CONTRIBUTING.adoc

+3-6
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ https://github.com/spring-projects/spring-kafka/issues[GitHub issue tracker] to
2323
If not, please create a new issue before submitting a pull request unless the change is truly trivial, e.g. typo fixes,
2424
removing compiler warnings, etc.
2525

26-
== Sign the contributor license agreement
26+
== Developer Certificate of Origin
2727

28-
If you have not previously done so, please fill out and
29-
submit the https://cla.pivotal.io/sign/spring[Contributor License Agreement (CLA)].
30-
31-
Very important, before we can accept any *Spring Kafka contributions*, we will need you to sign the CLA.
32-
Signing the CLA does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do.
28+
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.
29+
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].
3330

3431
== Fork the Repository
3532

0 commit comments

Comments
 (0)