diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d566b371..a25ba212f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ A person looking to contribute can take up an issue by claiming it as a comment/ We use the Developer Certificate of Origin (DCO) as an additional safeguard for the OpenEBS project. This is a well established and widely used mechanism to assure contributors have confirmed their right to license their contribution under the project's license. Please read [developer-certificate-of-origin](./contribute/developer-certificate-of-origin). -If you can certify it, then just add a line to every git commit message: +Please certify it by just adding a line to every git commit message. Any PR with Commits which does not have DCO Signoff will not be accepted: ``` Signed-off-by: Random J Developer