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".
This commit is contained in:
parent
f784eb4ab8
commit
2c2ee365e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue