From 6c323c2a61a5aec7c9f22b52b7386bfca224baf7 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 15 Aug 2025 10:10:26 -0700 Subject: [PATCH] link to what a staging repository is Kubernetes-commit: 011d50019758a7405c6ff37f0fdbd44dacb607b5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d0b5b03..36bb618d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) 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.