Migrate to DCO from CLA

This commit is contained in:
Artem Bilan
2025-01-15 12:14:08 -05:00
parent 26d35f7cfd
commit 4b37da7684
2 changed files with 5 additions and 5 deletions

2
.github/dco.yml vendored Normal file
View File

@@ -0,0 +1,2 @@
require:
members: false

View File

@@ -24,12 +24,10 @@ Is there already an issue that addresses your concern?
Search the https://github.com/spring-cloud/spring-functions-catalog/issues[GitHub issue tracker] to see if you can find something similar.
If not, please create a new issue in GitHub before submitting a pull request unless the change is truly trivial, e.g. typo fixes, removing compiler warnings, etc.
== Sign the contributor license agreement
== Developer Certificate of Origin
If you have not previously done so, please fill out and submit the https://cla.pivotal.io/sign/spring[Contributor License Agreement (CLA)].
Very important, before we can accept any *Spring Functions Catalog contributions*, we will need you to sign the CLA.
Signing the CLA 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.
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.
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].
== Fork the Repository