diff options
author | Simon Ser <contact@emersion.fr> | 2021-06-25 10:14:13 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-06-25 10:14:13 +0200 |
commit | 353ffc65ff41c6c236a228356533464722b956d8 (patch) | |
tree | b8f7416fdbf2afff36e8dfd50bba9f24558ae5f9 | |
parent | cb38399d36628445d1f2e35d4034bb0d57ab4dc3 (diff) |
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 <contact@emersion.fr>
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |