Skip to content

Commit 5b28611

Browse files
authored
DCO not required in some cases (ros2#702)
* DCO not required on CI Signed-off-by: maryaB-osr <[email protected]> * add reference Signed-off-by: maryaB-osr <[email protected]>
1 parent ff9b146 commit 5b28611

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/Contributing/Developer-Guide.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,12 @@ Change control process
9696
* All changes must go through a pull request.
9797

9898
* We will enforce the `Developer Certificate of Origin (DCO) <https://developercertificate.org/>`_ on pull requests in ROSCore repositories.
99-
It requires all commit messages to contain the ``Signed-off-by`` line with an email address that matches the commit author.
100-
You can pass ``-s`` / ``--signoff`` to the ``git commit`` invocation or write the expected message manually (e.g. ``Signed-off-by: Your Name Developer <[email protected]>``).
99+
100+
* It requires all commit messages to contain the ``Signed-off-by`` line with an email address that matches the commit author.
101+
102+
* You can pass ``-s`` / ``--signoff`` to the ``git commit`` invocation or write the expected message manually (e.g. ``Signed-off-by: Your Name Developer <[email protected]>``).
103+
104+
* DCO is *not* required for pull requests that only address whitespace removal, typo correction, and other `trivial changes <http://cr.openjdk.java.net/~jrose/draft/trivial-fixes.html>`_.
101105

102106
* Always run CI jobs for all `tier 1 platforms <https://www.ros.org/reps/rep-2000.html#support-tiers>`_ for every pull request and include links to jobs in the pull request.
103107
(If you don't have access to the Jenkins job someone will trigger the jobs for you.)

0 commit comments

Comments
 (0)