Skip to content

Commit a81cfd6

Browse files
committed
Add DCO paragraph to contribution guidelines
1 parent d7b2147 commit a81cfd6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

CONTRIBUTING.adoc

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@ We use GitHub issues to track bugs and enhancements. If you have a general usage
1313
please ask on https://stackoverflow.com[Stack Overflow] or join us on the
1414
https://gitter.im/spring-io/initializr[Gitter channel].
1515

16-
== Sign the Contributor License Agreement
17-
Before we accept a non-trivial patch or pull request we will need you to
18-
https://cla.pivotal.io/sign/spring[sign the Contributor License Agreement].
19-
Signing the contributor's agreement does not grant anyone commit rights to the main
20-
repository, but it does mean that we can accept your contributions, and you will get an
21-
author credit if we do. Active contributors might be asked to join the core team, and
22-
given the ability to merge pull requests.
23-
16+
== Include a Signed Off By Trailer
17+
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.
18+
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].
2419

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

0 commit comments

Comments
 (0)