@@ -65,10 +65,6 @@ follow-up reports will need to be created as new issues with a fresh description
65
65
66
66
#### Submit a Pull Request
67
67
68
- 1 . If you have not previously done so, please sign the
69
- [ Contributor License Agreement] ( https://cla.spring.io/sign/spring ) . You will be reminded
70
- automatically when you submit the PR.
71
-
72
68
1 . Should you create an issue first? No, just create the pull request and use the
73
69
description to provide context and motivation, as you would for an issue. If you want
74
70
to start a discussion first or have already created an issue, once a pull request is
@@ -85,6 +81,11 @@ multiple edits or corrections of the same logical change. See
85
81
[ Rewriting History section of Pro Git] ( https://git-scm.com/book/en/Git-Tools-Rewriting-History )
86
82
for an overview of streamlining the commit history.
87
83
84
+ 1 . All commits must include a _ Signed-off-by_ trailer at the end of each commit message
85
+ to indicate that the contributor agrees to the Developer Certificate of Origin.
86
+ For additional details, please refer to the blog post
87
+ [ Hello DCO, Goodbye CLA: Simplifying Contributions to Spring] ( https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring ) .
88
+
88
89
1 . Format commit messages using 55 characters for the subject line, 72 characters per line
89
90
for the description, followed by the issue fixed, for example, ` Closes gh-22276 ` . See the
90
91
[ Commit Guidelines section of Pro Git] ( https://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project#Commit-Guidelines )
0 commit comments