Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Developer Certificate of Origin (DCO) enforcement#253

Discussion options

In Open Source projects, legal code contribution is key, with two main methods:Developer Certificate of Origin (DCO) and Contributor License Agreement (CLA).

DCO is simple, involving contributors' sign-off on commits, done by adding--signoff or-s in the commit command, stating the contributor adherence to DCO's guidelines. For example:

git commit -s -m "Description of the commit"

CLA, however, is more complex, as it requires pre-signed agreement with the project, which creates higher barriers for contributors and more administrative work for maintainers.

For Datasafe, we opted for DCO for its ease for both contributors and maintainers.

For an in-depth comparison of CLA and DCO,see this article on opensource.com.

You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
1 participant
@francis-pouatcha

[8]ページ先頭

©2009-2025 Movatter.jp