Hi Folks,
TL;DR: We are going to require Konveyor project contributors to adhere to the DCO agreement.
When?
Sep 21st, 2022
Why?
As a part of Konveyor sandbox onboarding process with CNCF, it is required by CNCF to enable either DCO or CLA for the Konveyor GitHub org.
What does this mean to you?
This change will require you to sign all your commits to Konveyor projects from Sep 21st, 2022 onwards. The commits will be verified using DCO bot.
How to do this?
Contributors sign-off that they adhere to DCO requirements by adding a “Signed-off-by” line to commit messages. This can be done by adding a ‘-s’ command line option to your commit message
Eg: git commit -s -m 'This is my commit message'
Got any questions?
If you have any questions or concerns, please feel free to reach out to me or one of the Konveyor Maintainers.
Regards,
Savitha, on behalf of the Konveyor Maintainers