From ec17b4a4a90340eff74fba62cceda85e78ed066a Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Sat, 18 Apr 2020 18:16:11 -0400 Subject: [PATCH] We don't require DCO or git --signoff not sure where this came from. cut-n-paste from somewhere else? --- .../docs/contribute/new-content/overview.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/content/en/docs/contribute/new-content/overview.md b/content/en/docs/contribute/new-content/overview.md index 7a5043d56c..831ed12a7a 100644 --- a/content/en/docs/contribute/new-content/overview.md +++ b/content/en/docs/contribute/new-content/overview.md @@ -30,22 +30,7 @@ This section contains information you should know before contributing new conten 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). -Pull requests from contributors who haven't signed the CLA fail the automated tests. - -### Configure commit signoffs - -All commits to Kubernetes repositories must be _signed off_ using the Git `--signoff` or `-s` flag. -The signoff acknowledges that you have the rights to submit contributions under the same -license and [Developer Certificate of Origin](https://developercertificate.org/). - -If you're using a Git UI app, you can use the app's commit template functionality if it -exists, or add the following to your commit message body: - -``` -Signed-off-by: Your Name -``` - -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. +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. ### Choose which Git branch to use @@ -70,4 +55,4 @@ was wrong, you (and only you, the submitter) can change it. 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. -{{% /capture %}} \ No newline at end of file +{{% /capture %}}