From eb03be131aca111bbc2392e9eb0372663130b84d Mon Sep 17 00:00:00 2001 From: sAchin-680 Date: Thu, 17 Apr 2025 17:51:45 +0530 Subject: [PATCH] docs: clarify that this is a staging repository and not for direct contributions Signed-off-by: sAchin-680 Kubernetes-commit: 7c43e6d2fdbf88f8d92559dac3cabb23da2a2957 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b743c51..7a43fa9c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository for Kubernetes**. +> Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). +> This repository is not for direct contributions. + # sample-controller This repository implements a simple controller for watching Foo resources as