Metal3 projects are Apache 2.0 licensed and accept contributions via GitHub pull requests.
By contributing to this project you agree to the Developer Certificate of Origin (DCO). This document was created by the Linux Kernel community and is a simple statement that you, as a contributor, have the legal right to make the contribution. See the DCO file for details.
Commit message should contain signed off section with full name and email. For example:
Signed-off-by: John Doe <jdoe@example.com>
When making commits, include the -s
flag and Signed-off-by
section will be
automatically added to your commit message. If you want GPG signing too, add
the -S
flag alongside -s
.
# Signing off commit
git commit -s
# Signing off commit and also additional signing with GPG
git commit -s -S