From ad515976c7e166ef70e8351a892841141beb4aa3 Mon Sep 17 00:00:00 2001 From: Ahmad Ahmadi Date: Sat, 22 Mar 2025 11:31:33 +0330 Subject: [PATCH] Clarify signing CLA section of docs/guide/#sign-the-cla Sign the CLA part of the contributors website is misleading since it only states opening a PR against playground repo is enough. --- contributors/guide/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/contributors/guide/README.md b/contributors/guide/README.md index 6d424c006a6..2610f1697f6 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -67,9 +67,8 @@ Before you get started, you will need to [sign up](http://github.com/signup) for ### Sign the CLA -Before you can contribute to Kubernetes, you will need to sign the -[Contributor License Agreement]. -The easiest way to do so is to open a PR against the [contributor playground repo](https://github.com/kubernetes-sigs/contributor-playground), you can find an example PR [here](https://github.com/kubernetes-sigs/contributor-playground/pull/1389). +Before contributing to Kubernetes, you must sign the [Contributor License Agreement] (CLA). To sign the CLA, open a PR against the [contributor playground repo](https://github.com/kubernetes-sigs/contributor-playground). You can find an example PR [here](https://github.com/kubernetes-sigs/contributor-playground/pull/1389). Afterward, the linux-foundation-easycla bot will reply with an error message containing a specific link for your GitHub account to sign the CLA using CNCF's EasyCLA system. + **Note:** [kubernetes-sigs/contributor-playground](https://github.com/kubernetes-sigs/contributor-playground) is a repository for practicing submitting your first PR, not just for CLA registration. When creating and submitting a new PR, please write the PR description according to the provided template. Check the above example PR for reference.