Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/contribute/modifying_contributions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ If the original patches are substantially modified, the developer can either:
submitted work is based on (mentioning, for example, the original PR
number).

.. note::

In any case commits that include content from both the original and
modifying author **must** include the ``Signed-off-by`` statements
from the original commit that provided the content as well as one from
the modifying author. See :ref:`DCO`.

.. note::
Contributors should uncheck the box *“Allow Edits By Maintainers"*
to indicate that they do not wish their patches to be amended,
Expand Down