Merge pull request #3847 from nikhita/github-repos-create
github: update instructions for creating repos from template repo
This commit is contained in:
commit
9e7034e960
|
|
@ -151,7 +151,7 @@ a new repository are described below.
|
||||||
as per the rules mentioned above.
|
as per the rules mentioned above.
|
||||||
* Using the organization and repository name mentioned in the repo creation
|
* Using the organization and repository name mentioned in the repo creation
|
||||||
request, create a new repo with:
|
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
|
* `Description` as mentioned in the repo creation request
|
||||||
* Clone the newly created repo locally.
|
* Clone the newly created repo locally.
|
||||||
* Make the following changes:
|
* 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-retired]: https://github.com/kubernetes-retired
|
||||||
[kubernetes-template-project]: https://github.com/kubernetes/kubernetes-template-project
|
[kubernetes-template-project]: https://github.com/kubernetes/kubernetes-template-project
|
||||||
[SIG Repository]: /github-management/kubernetes-repositories.md##sig-repositories
|
[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