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
+2-7
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,6 @@ This is a rough outline of what a contributor's workflow looks like:
31
31
- Identify or create an issue.
32
32
- Create a topic branch from where to base the contribution. This is usually the master branch.
33
33
- 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]).
36
34
- Push changes in a topic branch to a personal fork of the repository.
37
35
- Submit a pull request to the operator-framework/operator-lifecycle-manager repository.
38
36
- 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
62
60
63
61
Please follow this style to make the OLM project easier to review, maintain and develop.
64
62
65
-
### Commit Messages and Sign-off ([DCO][DCO])
63
+
### Developer Certificate of Origin ([DCO][DCO])
66
64
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.
70
66
71
67
## Documentation
72
68
@@ -84,4 +80,3 @@ The OLM documentation mainly lives in the [operator-framework/olm-docs][olm-docs
0 commit comments