[PATCH v2] docs/submitting-patches: add reference to DCO

Mauro Matteo Cascella posted 1 patch 3 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201005133433.340516-1-mcascell@redhat.com
docs/submitting-patches.rst | 3 +++
1 file changed, 3 insertions(+)
[PATCH v2] docs/submitting-patches: add reference to DCO
Posted by Mauro Matteo Cascella 3 years, 6 months ago
Signed-off-by: Mauro Matteo Cascella <mcascell@redhat.com>
---
Rephrased sentence.

 docs/submitting-patches.rst | 3 +++
 1 file changed, 3 insertions(+)

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 <compiling.html>`__.
+Make sure to express your agreement with the `Developer Certificate
+of Origin <hacking.html#developer-certificate-of-origin>`__ by
+adding a "Signed-off-by" line to every commit message.
 When you want to post your patches:
 
 ::
-- 
2.26.2

Re: [PATCH v2] docs/submitting-patches: add reference to DCO
Posted by Michal Privoznik 3 years, 6 months ago
On 10/5/20 3:34 PM, Mauro Matteo Cascella wrote:
> Signed-off-by: Mauro Matteo Cascella <mcascell@redhat.com>
> ---
> Rephrased sentence.
> 
>   docs/submitting-patches.rst | 3 +++
>   1 file changed, 3 insertions(+)
> 

   Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed.

Michal