Skip to content

Commit

Permalink
Switch from CLA to DCO
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jan 15, 2025
1 parent f589f36 commit fabb6cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/dco.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require:
members: false
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ If you would like to contribute something, or simply want to work with the code,
This project adheres to the Contributor Covenant [code of conduct][1].
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

## Sign the contributor license agreement

Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's license agreement (CLA)][2].
Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do.
## Include a Signed-off-by trailer

All commits must include a _Signed-off-by_ trailer at the end of each commit message to indicate that the contributor agrees to the [Developer Certificate of Origin (DCO)][2].
For additional details, please refer to the ["Hello DCO, Goodbye CLA: Simplifying Contributions to Spring"][3] blog post.

## Code conventions and housekeeping

Expand All @@ -24,7 +23,7 @@ None of these is essential for a pull request, but they will all help
- Add some Javadocs
- Add unit tests that cover any new or modified functionality
- Whenever possible, please rebase your branch against the current main (or other target branch in the main project).
- When writing a commit message please follow [these conventions][3].
- When writing a commit message please follow [these conventions][4].
Also, if you are fixing an existing issue please add `Fixes gh-nnn` at the end of the commit message (where nnn is the issue number).

## Working with the code
Expand All @@ -38,5 +37,6 @@ $ ./gradlew build
```

[1]: CODE_OF_CONDUCT.md
[2]: https://cla.pivotal.io/sign/spring
[3]: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
[2]: https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin
[3]: https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring
[4]: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

0 comments on commit fabb6cd

Please sign in to comment.