]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
docs: add link to DCO
authorChris Kay <chris.kay@arm.com>
Tue, 8 Nov 2022 17:24:23 +0000 (17:24 +0000)
committerChris Kay <chris.kay@arm.com>
Tue, 8 Nov 2022 17:25:03 +0000 (17:25 +0000)
The link to the Developer Certificate of Origin was mistakenly removed
in a patch some time ago. This change re-adds it.

Change-Id: Ia8aed055cb449cdf4c1aaeac9b81ca15099e73f5
Signed-off-by: Chris Kay <chris.kay@arm.com>
docs/process/commit-style.rst

index 9213fe5617afbd61eb9b17a30147262a6ed8eff0..d7e937becfcc471d68dba738daa25faca760a791 100644 (file)
@@ -127,7 +127,9 @@ Mandated Trailers
 
 Commits are expected to be signed off with the ``Signed-off-by:`` trailer using
 your real name and email address. You can do this automatically by committing
-with Git's ``-s`` flag.
+with Git's ``-s`` flag. By adding this line the contributor certifies the
+contribution is made under the terms of the :download:`Developer Certificate of
+Origin <../../dco.txt>`.
 
 There may be multiple ``Signed-off-by:`` lines depending on the history of the
 patch, but one **must** be the committer. More details may be found in the