From 353ffc65ff41c6c236a228356533464722b956d8 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 25 Jun 2021 10:14:13 +0200 Subject: readme: mention the DCO We haven't mentionned the DCO anywhere, yet we were requiring all contributions to have a Signed-off-by line to accept it. Add a reference to the DCO in our README's "development procedure" section. Signed-off-by: Simon Ser --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7a65c95..077ba07 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,12 @@ RFC, create a merge request and add the "WIP:" prefix in the title. To propose changes to existing protocols, create a GitLab merge request. +Please include a `Signed-off-by` line at the end of the commit to certify +that you wrote it or otherwise have the right to pass it on as an +open-source patch. See the +[Developer Certificate of Origin](https://developercertificate.org/) for +a formal definition. + ## Interface naming convention All protocols should avoid using generic namespaces or no namespaces in -- cgit v1.2.3