Skip to content

Commit 53c54ce

Browse files
author
Dave Syer
committed
Add DCO config
1 parent ff46800 commit 53c54ce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/dco.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require:
2+
members: false

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ to start a discussion first or have already created an issue, once a pull reques
7272
created, we will close the issue as superseded by the pull request, and the discussion
7373
about the issue will continue under the pull request.
7474

75-
1. Always check out the `master` branch and submit pull requests against it
75+
1. Always check out the `main` branch and submit pull requests against it
7676
(for target version see [settings.gradle](settings.gradle)).
7777
Backports to prior versions will be considered on a case-by-case basis and reflected as
7878
the fix version in the issue tracker.
@@ -87,6 +87,8 @@ for the description, followed by the issue fixed, e.g. `Closes gh-22276`. See th
8787
[Commit Guidelines section of Pro Git](https://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project#Commit-Guidelines)
8888
for best practices around commit messages, and use `git log` to see some examples.
8989

90+
1. 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](https://developercertificate.org). For additional details, please refer to the blog post Hello DCO, Goodbye CLA: Simplifying Contributions to Spring](https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring).
91+
9092
1. If there is a prior issue, reference the GitHub issue number in the description of the
9193
pull request.
9294

@@ -112,4 +114,4 @@ As covered in the [README](README.md) you can build the project with Maven and i
112114
### Reference Docs
113115

114116
The reference documentation is in the [README](README.md). For trivial changes, you may be able to browse,
115-
edit source files, and submit directly from GitHub.
117+
edit source files, and submit directly from GitHub.

0 commit comments

Comments
 (0)