Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2017-10-31 15:02:44 -04:00
parent c4d1c917ad
commit f56b2747b2
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -237,10 +237,11 @@ should follow our `code style guidelines
<https://github.com/secure-systems-lab/code-style-guidelines>`_, which provide
examples of what to do (or not to do) when writing Python code.
Contributors must also indicate acceptance of the Developer Certificate of
Origin (DCO) when making a contribution to the project. Acceptance of the DCO
can be established by appending a ``Signed-off-by: Your Name
<example@domain.com>`` to the Git commit message. For example:
Contributors must also indicate acceptance of the `Developer Certificate of
Origin <https://developercertificate.org/>`_ (DCO) when making a contribution
to the project. Acceptance of the DCO can be established by appending a
``Signed-off-by: Your Name <example@domain.com>`` to the Git commit message.
For example:
::