From ab07d12e07c54200368e81f6fe20a8502a3072b6 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 6 Aug 2018 09:39:04 -0400 Subject: [PATCH] Add contributor site to sigs.yaml --- sig-contributor-experience/README.md | 3 ++- sigs.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sig-contributor-experience/README.md b/sig-contributor-experience/README.md index adbb90265..a27edab19 100644 --- a/sig-contributor-experience/README.md +++ b/sig-contributor-experience/README.md @@ -50,9 +50,10 @@ The following subprojects are owned by sig-contributor-experience: - Owners: - https://raw.githubusercontent.com/kubernetes/community/master/github-management/OWNERS - https://raw.githubusercontent.com/kubernetes/org/master/OWNERS -- **contributors-guide** +- **contributors-documentation** - Owners: - https://raw.githubusercontent.com/kubernetes/community/master/contributors/guide/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/contributor-site/master/OWNERS - **devstats** - Owners: - Phillels diff --git a/sigs.yaml b/sigs.yaml index 64752d916..304873c86 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -818,9 +818,10 @@ sigs: owners: - https://raw.githubusercontent.com/kubernetes/community/master/github-management/OWNERS - https://raw.githubusercontent.com/kubernetes/org/master/OWNERS - - name: contributors-guide + - name: contributors-documentation owners: - https://raw.githubusercontent.com/kubernetes/community/master/contributors/guide/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/contributor-site/master/OWNERS - name: devstats owners: - Phillels