Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

41 lines (25 loc) · 1.6 KB

Contributing to Chainloop

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

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.

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!