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.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ to start a discussion first or have already created an issue, once a pull reques
72
72
created, we will close the issue as superseded by the pull request, and the discussion
73
73
about the issue will continue under the pull request.
74
74
75
-
1. Always check out the `master` branch and submit pull requests against it
75
+
1. Always check out the `main` branch and submit pull requests against it
76
76
(for target version see [settings.gradle](settings.gradle)).
77
77
Backports to prior versions will be considered on a case-by-case basis and reflected as
78
78
the fix version in the issue tracker.
@@ -87,6 +87,8 @@ for the description, followed by the issue fixed, e.g. `Closes gh-22276`. See th
87
87
[Commit Guidelines section of Pro Git](https://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project#Commit-Guidelines)
88
88
for best practices around commit messages, and use `git log` to see some examples.
89
89
90
+
1. 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). 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).
91
+
90
92
1. If there is a prior issue, reference the GitHub issue number in the description of the
91
93
pull request.
92
94
@@ -112,4 +114,4 @@ As covered in the [README](README.md) you can build the project with Maven and i
112
114
### Reference Docs
113
115
114
116
The reference documentation is in the [README](README.md). For trivial changes, you may be able to browse,
115
-
edit source files, and submit directly from GitHub.
117
+
edit source files, and submit directly from GitHub.
0 commit comments