Skip to content

Commit 4bf068e

Browse files
committed
Update Contribution Guidelines to Use DCO
1 parent 785c7ab commit 4bf068e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ submitting a pull request. We're happy to provide guidance, but please spend an
3131
hour or two researching the subject on your own including searching the mailing
3232
list for prior discussions.
3333

34-
## Sign the Contributor License Agreement
35-
36-
If you have not previously done so, please fill out and
37-
submit the [Contributor License Agreement](https://cla.pivotal.io/sign/spring).
38-
39-
4034
## Create your branch from `main`
4135

4236
If your pull request addresses a bug or improvement, please create your branch
@@ -234,6 +228,11 @@ https://github.com/SpringSource/spring-framework/commit/1d9d3e6ff79ce9f0eca03b02
234228
https://github.com/SpringSource/spring-framework/commit/8e0b1c3a5f957af3049cfa0438317177e16d6de6
235229
https://github.com/SpringSource/spring-framework/commit/b787a68f2050df179f7036b209aa741230a02477
236230

231+
## Sign commit with a Developer Certificate of Origin
232+
233+
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.
234+
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].
235+
237236
## Run all tests prior to submission
238237

239238
Please run `./gradlew build` prior to submitting any changes.

0 commit comments

Comments
 (0)