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
Thank you for taking time to contribute this pull request!
2
2
You might have already read the [contributor guide][1], but as a reminder, please make sure to:
3
3
4
-
*Sign the [contributor license agreement](https://cla.pivotal.io/sign/spring)
4
+
*Add a Signed-off-by line to each commit (`git commit -s`) per the [DCO](https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring#how-to-use-developer-certificate-of-origin)
5
5
* Rebase your changes on the latest `main` branch and squash your commits
6
6
* Add/Update unit tests as needed
7
7
* Run a build and make sure all tests pass prior to submission
8
+
9
+
For more details, please check the [contributor guide][1].
0 commit comments