diff --git a/OWNERS b/OWNERS index 3db6e53..d26b4bb 100644 --- a/OWNERS +++ b/OWNERS @@ -1,4 +1,4 @@ -# See the OWNERS docs: https://git.k8s.io/community/contributors/devel/owners.md +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md approvers: - steering-committee diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index bf947cb..f5b8755 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -1,4 +1,4 @@ -# See the OWNERS docs: https://git.k8s.io/community/contributors/devel/owners.md +# See the OWNERS_ALIASES docs: https://git.k8s.io/community/contributors/guide/owners.md#owners_aliases aliases: steering-committee: diff --git a/README.md b/README.md index 2ca8720..84c9b29 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The Kubernetes Template Project is a template for starting new projects in the GitHub organizations owned by Kubernetes. All Kubernetes projects, at mimimum, must have the following files: - a `README.md` outlining the project goals, sponsoring sig, and community contact information -- an `OWNERS` with the project leads listed as approvers ([docs on OWNERS files](https://git.k8s.io/community/contributors/devel/owners.md)) +- an `OWNERS` with the project leads listed as approvers ([docs on `OWNERS` files][owners]) - a `CONTRIBUTING.md` outlining how to contribute to the project - the `code-of-conduct.md` from this repo, which outlines community behavior and the consequences of breaking the code - a `LICENSE` which must be Apache 2.0 for code projects, or Creative Commons 4.0 for documentation repositories @@ -20,3 +20,5 @@ You can reach the maintainers of this project at: ### Code of conduct Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md). + +[owners]: https://git.k8s.io/community/contributors/guide/owners.md