From b41a6f3a8b30a939cdde51a87c771dd40f05a195 Mon Sep 17 00:00:00 2001 From: ziyi-xie Date: Thu, 29 Aug 2024 18:29:00 +0900 Subject: [PATCH 1/2] Modify the sample link in #sign-the-cla section --- contributors/guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/guide/README.md b/contributors/guide/README.md index ddb11d23a..6d21472d0 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -69,7 +69,7 @@ Before you get started, you will need to [sign up](http://github.com/signup) for 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/1227). +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). ### Code of Conduct From 37db9dcba459c26e1df10c29268b4e060a950d01 Mon Sep 17 00:00:00 2001 From: ziyi-xie Date: Fri, 30 Aug 2024 11:04:47 +0900 Subject: [PATCH 2/2] Added some relevant notes --- contributors/guide/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contributors/guide/README.md b/contributors/guide/README.md index 6d21472d0..6d424c006 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -71,6 +71,8 @@ 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). +**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. + ### Code of Conduct Please make sure to read and observe the [Code of Conduct] and