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
+2-5
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ Ideally, that would include a https://stackoverflow.com/help/minimal-reproducibl
18
18
This project uses https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests[pull requests] for the community to suggest changes to the project.
19
19
There are a few important things to keep in mind when submitting a pull request:
20
20
21
+
* 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.
22
+
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].
21
23
* Expect feedback and to make changes to your contributions.
22
24
* Unless it is a minor change:
23
25
** It is best to discuss pull requests on an issue before doing work
@@ -32,11 +34,6 @@ That may mean using an external library directly in a `Filter`.
32
34
If you think you have found a security vulnerability please *DO NOT* disclose it publicly until we've had a chance to fix it.
33
35
Please don't report security vulnerabilities using GitHub issues, instead head over to https://spring.io/security-policy and learn how to disclose them responsibly.
34
36
35
-
== Sign the Contributor License Agreement
36
-
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].
37
-
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.
38
-
Active contributors might be asked to join the core team, and given the ability to merge pull requests.
39
-
40
37
== Apache License header
41
38
42
39
Please add the Apache License header to all new classes, for example:
0 commit comments