Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Overview

The recommended best practice for all code submitted through a project hosted by the Linux Foundation AI&Data Foundation is to include a Developer Certificate of Origin (DCO) sign-off.  

...

The merge or a PR must also have a DCO so we can know the entire repository is under the associated license.

Squashed Merges

When Merging a Pull Request through "squash and merge", include the Signed-off-by lines from every contributor, and add one for you as the person merging.  This might require you to edit the comments as a part of the merge.  Note:  If you use the GitHub client, it should handle cleaning up any extraneous messages for you.  

Handling Failures

When you have a DCO failure on your PR from DCO Bot

'

Click on that "Details" link and follow the instructions.

When you have a DCO failure on your PR from CI

On Circle CI you will see:

...