Skip to content

Commit 9b93517

Browse files
Update contibuter docs to mention that DCO signoff is mandatory (#194)
Signed-off-by: Abhilash Shetty <abhilash.shetty@datacore.com>
1 parent dfd446f commit 9b93517

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ OpenEBS is an Apache 2.0 Licensed project and all your commits should be signed
3737

3838
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 that contributors have confirmed their right to license their contribution under the project's license. Please read [dcofile](https://github.com/openebs/openebs/blob/HEAD/contribute/developer-certificate-of-origin). If you can certify it, then just add a line to every git commit message:
3939

40+
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:
41+
4042
````
4143
Signed-off-by: Random J Developer <random@developer.example.org>
4244
````

0 commit comments

Comments
 (0)