Skip to content

Commit

Permalink
Change KUDO to using DCO instead of CLA (#1164)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerred Dillon <hello@gerred.org>
  • Loading branch information
gerred authored and alenkacz committed Dec 12, 2019
1 parent 3674c37 commit dcb97e7
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@ First: if you're unsure or afraid of anything, just ask or submit the issue or p

However, for those individuals who want a bit more guidance on the best way to contribute to the project, read on. This document will cover what we're looking for. By addressing all the points we're looking for, it raises the chances we can quickly merge or address your contributions.

## Sign the CLA
## Developer Certificate Of Origin

Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests.
KUDO requires that contributors sign off on changes submitted to kudobuilder repositories.
The [Developer Certificate of Origin (DCO)](https://developercertificate.org/) is a simple way to certify that you wrote or have the right to submit the code you are contributing to the project.

Please see [https://git.k8s.io/community/CLA.md](https://git.k8s.io/community/CLA.md) for more info.
You sign-off by adding the following to your commit messages:

This is my commit message

Signed-off-by: Random J Developer <random@developer.example.org>

Git has a `-s` command line option to do this automatically.

git commit -s -m 'This is my commit message'

You can find the full text of the DCO here: https://developercertificate.org/

## Contributing Steps

Expand Down

0 comments on commit dcb97e7

Please sign in to comment.