Skip to content

Commit 829b008

Browse files
authored
Merge pull request #20429 from dims/patch-7
We don't require DCO or git --signoff
2 parents 5cd805f + 85e5002 commit 829b008

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

content/en/docs/contribute/new-content/overview.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,7 @@ This section contains information you should know before contributing new conten
3030

3131
All Kubernetes contributors **must** read the [Contributor guide](https://github.com/kubernetes/community/blob/master/contributors/guide/README.md) and [sign the Contributor License Agreement (CLA)](https://github.com/kubernetes/community/blob/master/CLA.md).
3232

33-
Pull requests from contributors who haven't signed the CLA fail the automated tests.
34-
35-
### Configure commit signoffs
36-
37-
All commits to Kubernetes repositories must be _signed off_ using the Git `--signoff` or `-s` flag.
38-
The signoff acknowledges that you have the rights to submit contributions under the same
39-
license and [Developer Certificate of Origin](https://developercertificate.org/).
40-
41-
If you're using a Git UI app, you can use the app's commit template functionality if it
42-
exists, or add the following to your commit message body:
43-
44-
```
45-
Signed-off-by: Your Name <[email protected]>
46-
```
47-
48-
In both cases, the name and email you provide must match those found in your `git config`, and your git name and email must match those used for the CNCF CLA.
33+
Pull requests from contributors who haven't signed the CLA fail the automated tests. The name and email you provide must match those found in your `git config`, and your git name and email must match those used for the CNCF CLA.
4934

5035
### Choose which Git branch to use
5136

@@ -70,4 +55,4 @@ was wrong, you (and only you, the submitter) can change it.
7055
Limit pull requests to one language per PR. If you need to make an identical change to the same code sample in multiple languages, open a separate PR for each language.
7156

7257

73-
{{% /capture %}}
58+
{{% /capture %}}

0 commit comments

Comments
 (0)