You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,10 @@ If you would like to contribute something, or simply want to work with the code,
8
8
This project adheres to the Contributor Covenant [code of conduct][1].
9
9
By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
10
10
11
-
## Sign the contributor license agreement
12
-
13
-
Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's license agreement (CLA)][2].
14
-
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.
11
+
## Include a Signed-off-by trailer
15
12
13
+
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].
14
+
For additional details, please refer to the ["Hello DCO, Goodbye CLA: Simplifying Contributions to Spring"][3] blog post.
16
15
17
16
## Code conventions and housekeeping
18
17
@@ -24,7 +23,7 @@ None of these is essential for a pull request, but they will all help
24
23
- Add some Javadocs
25
24
- Add unit tests that cover any new or modified functionality
26
25
- Whenever possible, please rebase your branch against the current main (or other target branch in the main project).
27
-
- When writing a commit message please follow [these conventions][3].
26
+
- When writing a commit message please follow [these conventions][4].
28
27
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).
0 commit comments