Skip to content

Commit cdf8949

Browse files
authored
change dco policy to enable merge queues (#3179)
Signed-off-by: Jordan Keister <[email protected]>
1 parent 9f42a6f commit cdf8949

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

CONTRIBUTING.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ This is a rough outline of what a contributor's workflow looks like:
3131
- Identify or create an issue.
3232
- Create a topic branch from where to base the contribution. This is usually the master branch.
3333
- Make commits of logical units.
34-
- Make sure commit messages are in the proper format ([see below][commit-messages]).
35-
- Ensure all relevant commit messages contain a valid sign-off message ([see below][commit-messages]).
3634
- Push changes in a topic branch to a personal fork of the repository.
3735
- Submit a pull request to the operator-framework/operator-lifecycle-manager repository.
3836
- Wait and respond to feedback from the maintainers listed in the OWNERS file.
@@ -62,11 +60,9 @@ In addition to the linked style documentation, OLM formats Golang packages using
6260

6361
Please follow this style to make the OLM project easier to review, maintain and develop.
6462

65-
### Commit Messages and Sign-off ([DCO][DCO])
63+
### Developer Certificate of Origin ([DCO][DCO])
6664

67-
A [sign-off][sign-off] is a line towards the end of a commit message that certifies the commit author(s).
68-
69-
For more information on the structuring of commit messages, read the information in the [DCO][dco] application that the OLM projects uses.
65+
By contributing to this project you agree to the Developer Certificate of Origin (DCO). This document was created by the Linux Kernl community and is a simple statement that you, as a contributor, have the legal right to make the contribution. See the [DCO][dco] file for details.
7066

7167
## Documentation
7268

@@ -84,4 +80,3 @@ The OLM documentation mainly lives in the [operator-framework/olm-docs][olm-docs
8480
[sign-off]: <https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff>
8581
[goimports]: <https://pkg.go.dev/golang.org/x/tools/cmd/goimports>
8682
[gofmt]: <https://pkg.go.dev/cmd/gofmt>
87-
[commit-messages]: <https://github.com/operator-framework/operator-lifecycle-manager/blob/master/CONTRIBUTING.md#commit-messages-and-sign-off-dco>

0 commit comments

Comments
 (0)