Skip to content

Commit 5934976

Browse files
committed
Add DCO in CONTRIBUTING.md
1 parent 5c3791e commit 5934976

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

CONTRIBUTING.md

+3-12
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,11 @@ Is there already an issue that addresses your concern? Do a bit of searching in
1717
if you can find something similar. If not, please create a new issue before submitting a pull request unless the change
1818
is truly trivial, e.g. typo fixes, removing compiler warnings, etc.
1919

20-
## Sign the contributor license agreement
20+
### Sign-off commits according to the Developer Certificate of Origin
2121

22-
Very important, before we can accept any *Spring Batch contributions*, we will need you to sign the contributor license agreement (CLA).
23-
Signing the CLA does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions,
24-
and you will get an author credit if we do. In order to read and sign the CLA, please go to:
22+
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).
2523

26-
* [https://support.springsource.com/spring_committer_signup](https://support.springsource.com/spring_committer_signup)
27-
28-
For **Project**, please select **Spring Batch**. The **Project Lead** is **Michael Minella**.
29-
30-
Once you've completed the web form, simply add the following in a comment on your pull request:
31-
32-
I have signed and agree to the terms of the SpringSource Individual
33-
Contributor License Agreement.
24+
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).
3425

3526
## Fork the Repository
3627

0 commit comments

Comments
 (0)