Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarified DCO and CLA requirements #1354

Merged
merged 4 commits into from
Oct 10, 2024
Merged
Changes from 3 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
16 changes: 14 additions & 2 deletions governance/IP_POLICY_GUIDANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,27 @@ All project websites need to have a [standard website footer][].

Each project must adopt either the [Developer Certificate of Origin (DCO)][DCO] or a Contributor License Agreement (CLA).

#### DCO

There are two options for implementing a DCO on your project:
bensternthal marked this conversation as resolved.
Show resolved Hide resolved

1. Via installing the [DCO bot](https://github.com/apps/dco)
bensternthal marked this conversation as resolved.
Show resolved Hide resolved
2. By including the following in your repository:
1. Adding the DCO to your CONTRIBUTING.md file, [example](https://github.com/nodejs/node/blob/main/CONTRIBUTING.md)
2. Adding the DCO to your PR templates, [example](https://raw.githubusercontent.com/nodejs/node/main/.github/PULL_REQUEST_TEMPLATE.md)

The DCO Bot is the preferred method and is also recommended for projects that require strict enforcement.

#### CLA

The Board has pre-approved an [individual CLA][ICLA] and a [corporate CLA][CCLA].
Projects can choose to adopt either the individual CLA by itself or both the individual CLA and the corporate CLA without any further review.

If you need to use a different CLA, you must
[obtain an exemption from the board](#obtaining-an-exemption-from-the-board).

We are preparing additional guidance documentation on how to implement the DCO or a CLA, what infrastructure the foundation provides to help with this, what steps maintainers need to make when merging pull requests, and how to fix common issues that arise when using either solution.
CLAs are managed through [EasyCLA](https://docs.linuxfoundation.org/lfx/easycla). Please reach out to the [OpenJS staff](mailto:[email protected]) for assistance with implementation.
bensternthal marked this conversation as resolved.
Show resolved Hide resolved

To setup the CLA infrastructure until this additional documentation is ready, please [reach out to foundation staff](#getting-help).

## Obtaining an exemption from the Board

Expand Down
Loading