Skip to content
Contribution Guide

Contribution Guide

Contributions are highly welcome!

Before You Start

Open an issue before writing any code or documentation. This helps align on the approach early, avoids duplicated effort, and gives a chance to share context or flag related work before a pull request is opened.

DCO Sign-off

All commits must include a Developer Certificate of Origin (DCO) sign-off, certifying that you wrote the change or have the right to submit it. Add it with the -s flag:

git commit -s -m "your commit message"

Community

Feel free to ask questions, share ideas, or discuss topics in the #kokumi channel on CNCF Slack.

Last updated on