From: Mauro Matteo Cascella Date: Mon, 5 Oct 2020 13:34:33 +0000 (+0200) Subject: docs/submitting-patches: add reference to DCO X-Git-Tag: v6.9.0-rc1~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25fc56ed7706b95335e9cd4eb0337cd3711f91f9;p=thirdparty%2Flibvirt.git docs/submitting-patches: add reference to DCO Signed-off-by: Mauro Matteo Cascella Reviewed-by: Michal Privoznik --- diff --git a/docs/submitting-patches.rst b/docs/submitting-patches.rst index 17b072655d..7cb5c2e172 100644 --- a/docs/submitting-patches.rst +++ b/docs/submitting-patches.rst @@ -22,6 +22,9 @@ patch. However, the usual workflow of libvirt developer is: (hack, committing any changes along the way) More hints on compiling can be found `here `__. +Make sure to express your agreement with the `Developer Certificate +of Origin `__ by +adding a "Signed-off-by" line to every commit message. When you want to post your patches: ::