diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f82d51d..39a5797c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,39 +1,12 @@ -# How to Contribute +# How to Contribute to Ironic Standalone Operator -Metal3 projects are [Apache 2.0 licensed](LICENSE) and accept contributions via -GitHub pull requests. +> **Note**: Please read the [common Metal3 contributing guidelines](https://github.com/metal3-io/community/blob/main/CONTRIBUTING.md) +> first. -- [Certificate of Origin](#certificate-of-origin) - - [Git commit Sign-off](#git-commit-sign-off) - -## Certificate of Origin - -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](DCO) file for details. - -### Git commit Sign-off - -Commit message should contain signed off section with full name and email. For example: - - ```text - Signed-off-by: John Doe - ``` - -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`. - -```bash - # Signing off commit - git commit -s - - # Signing off commit and also additional signing with GPG - git commit -s -S -``` + +