Skip to content

Commit 95eebb9

Browse files
committed
Replace CLA with DCO in CONTRIBUTING guide
The Spring team has replaced the Contributor License Agreement with the Developer Certificate of Origin. Update the contributing guide to reflect this change and remove the defunct cla.pivotal.io link. Fixes gh-3884 Signed-off-by: fru1tworld <fruitworld.planet@gmail.com>
1 parent 9c38aad commit 95eebb9

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ tracker for issues and merging pull requests into master. If you want
77
to contribute even something trivial please do not hesitate, but
88
follow the guidelines below.
99

10-
## Sign the Contributor License Agreement
11-
Before we accept a non-trivial patch or pull request we will need you to sign the
12-
[Contributor License Agreement](https://cla.pivotal.io/sign/spring).
13-
Signing the contributor's agreement does not grant anyone commit rights to the main
14-
repository, but it does mean that we can accept your contributions, and you will get an
15-
author credit if we do. Active contributors might be asked to join the core team, and
16-
given the ability to merge pull requests.
10+
## Sign off commits with the Developer Certificate of Origin
11+
For all non-trivial patches or pull requests we need every commit to include a
12+
"Signed-off-by" trailer confirming that you agree to the
13+
[Developer Certificate of Origin](https://developercertificate.org/). See the
14+
[`git` documentation](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--s)
15+
if you are unfamiliar with how to do this.
1716

1817
## Code of Conduct
1918
This project adheres to the Contributor Covenant [Code of conduct](https://github.com/spring-cloud/spring-cloud-build/blob/main/docs/modules/ROOT/partials/code-of-conduct.adoc). By participating, you are expected to uphold this code. Please report

0 commit comments

Comments
 (0)