From 2c2ee365e86a0b6b0466d6266e3547cc2559c1da Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Wed, 26 Jun 2019 17:36:32 +0530 Subject: [PATCH] github: update instructions for creating repos from template repo Using the current instructions, we can only create repos using the template repo if the template repo is in the same org as the new repo. If template repo is _not_ in the same org, we can still use it by visiting the template repo page and clicking on "Use this template". --- github-management/org-owners-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/github-management/org-owners-guide.md b/github-management/org-owners-guide.md index eec4c38cf..272c7cea6 100644 --- a/github-management/org-owners-guide.md +++ b/github-management/org-owners-guide.md @@ -151,7 +151,7 @@ a new repository are described below. as per the rules mentioned above. * Using the organization and repository name mentioned in the repo creation request, create a new repo with: - * `Repository Template` as `kubernetes/kubernetes-template-project` + * The [kubernetes-template-project] repo as the [template repo] * `Description` as mentioned in the repo creation request * Clone the newly created repo locally. * Make the following changes: @@ -232,3 +232,4 @@ https://help.github.com/articles/archiving-a-github-repository/ [kubernetes-retired]: https://github.com/kubernetes-retired [kubernetes-template-project]: https://github.com/kubernetes/kubernetes-template-project [SIG Repository]: /github-management/kubernetes-repositories.md##sig-repositories +[template repo]: https://help.github.com/en/articles/creating-a-repository-from-a-template