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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,8 +90,8 @@ Please do your best to follow these steps.
90
90
Don't worry if you don't get them all correct the first time, we will help you.
91
91
92
92
[[sign-cla]]
93
-
1. If you have not previously done so, please sign the https://cla.spring.io/sign/spring[Contributor License Agreement].
94
-
You will be reminded automatically when you submit the PR.
93
+
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.
94
+
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].
95
95
[[create-an-issue]]
96
96
1. Must you https://github.com/spring-projects/spring-security/issues/new/choose[create an issue] first? No, but it is recommended for features and larger bug fixes. It's easier discuss with the team first to determine the right fix or enhancement.
97
97
For typos and straightforward bug fixes, starting with a pull request is encouraged.
Copy file name to clipboardExpand all lines: config/src/integration-test/java/org/springframework/security/config/annotation/configurers/WebAuthnWebDriverTests.java
Copy file name to clipboardExpand all lines: config/src/main/java/org/springframework/security/config/annotation/web/AbstractRequestMatcherRegistry.java
0 commit comments