From b5446d67bb2d0b63ac715e9ac5ee6ff9aebe32e9 Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Fri, 2 Jul 2021 14:08:37 +0200 Subject: [PATCH] blurb on DCO Signed-off-by: Ceki Gulcu --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c06cc87..c865cc8a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,10 @@ sure that your code passes existing unit tests. Please add unit tests for your work if appropriate. It usually is. 4. All commits must have signed off by the contributor attesting to -[Developer Certificate of Origin (DCO)](https://developercertificate.org/). +[Developer Certificate of Origin +(DCO)](https://developercertificate.org/). Commits without sign off +will be automatically rejected by the [DCO github +check](https://probot.github.io/apps/dco/) application. 5. Push your changes to your fork/branch in github. Don't push it to your master! If you do it will make it harder to submit new changes