You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.adoc
+3-2
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Amend the date range in the Apache license header if needed.
68
68
For new types, add the license header (copy from another file and set the current year only).
69
69
7. Make sure you follow the <<commit-messages>> guidelines.
70
70
8. Make sure you provide your full name and an email address registered with your GitHub account.
71
-
If you're a first-time submitter, make sure you have signed the https://cla.pivotal.io/sign/spring[Contributor License Agreement].
71
+
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.
72
72
9. You may sign your commits with a GPG key.
73
73
As we generally cherry-pick commits for merging, it can happen that your signature is replaced by a signature from a maintainer that pushes your changes to the target branches.
74
74
@@ -208,7 +208,8 @@ For methods consisting of more than one line of code, have a blank line after th
208
208
* Be polite.
209
209
It might be the first time someone contributes to an OpenSource project so we should forgive violations to the contribution guidelines.
210
210
Use some gut feeling to find out in how far it makes sense to ask the reporter to fix stuff or just go ahead and add a polishing commit yourself.
211
-
* Before we accept a non-trivial patch or pull request we will need you to https://cla.pivotal.io/sign/spring[sign the Contributor License Agreement].
211
+
* 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.
212
+
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].
212
213
Signing the contributor’s agreement 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.
213
214
If you forget to do so, you'll be reminded when you submit a pull request.
214
215
* Before merging stuff back into `main`, make sure you rebase the branch.
0 commit comments