Contributing to Chainloop
May 11, 2026 ยท View on GitHub
Chainloop maintainers welcome contributions from the community and first want to thank you for taking the time to contribute!
This project and everyone participating in it is governed by the Code of Conduct before contributing. By participating, you are expected to uphold this code.
Commit format
Your commits must meet the following criteria
- It is signed. To learn how, check this guide.
- It includes a
--sign-offstanza. By doing this you state that you can certify Developer Certificate of Origin. - Its message tries to follow the Conventional Commits guidelines.
A commit then would look like
git commit -S -s -m "<your commit message that follows https://www.conventionalcommits.org/en/v1.0.0"
Code Reviews
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.
Chainloop Trace
This repository has Chainloop Trace enabled. This means that AI coding sessions can optionally be tracked as part of the software supply chain. See .chainloop.yml for the configuration.
Development
To learn more about how to run the project locally refer to our development guide.
Feedback and Questions
If you have any question or piece of feedback don't hesitate to
We are very excited to have you on board!
Welcome contributor!