diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-06-26 17:27:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-26 17:27:20 -0700 |
| commit | 9e7034e960191343ed875884c4728fcf18abe0b0 (patch) | |
| tree | 4b017246a231da48107bae409e35f835aa67b611 | |
| parent | b702af922500d8f090a99ce162639e2e27f6b551 (diff) | |
| parent | 2c2ee365e86a0b6b0466d6266e3547cc2559c1da (diff) | |
Merge pull request #3847 from nikhita/github-repos-create
github: update instructions for creating repos from template repo
| -rw-r--r-- | github-management/org-owners-guide.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/github-management/org-owners-guide.md b/github-management/org-owners-guide.md index eec4c38c..272c7cea 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 |
