Add info on forking

This commit is contained in:
Beata Skiba 2018-11-15 11:57:14 +01:00
parent ed2cf2af60
commit d7fd640851
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,10 @@ of our weekly meetings. See [the Kubernetes Community Repo](https://github.com/
## Getting the Code
Fork the repository in the cloud:
1. Visit https://github.com/kubernetes/autoscaler
1. Click Fork button (top right) to establish a cloud-based fork.
The code must be checked out as a subdirectory of `k8s.io`, and not `github.com`.
```shell
@ -34,5 +38,8 @@ git clone https://github.com/$YOUR_GITHUB_USERNAME/autoscaler.git
cd autoscaler
```
Please refer to Kubernetes [Github workflow guide] for more details.
[GoDoc]: https://godoc.org/k8s.io/autoscaler
[GoDoc Widget]: https://godoc.org/k8s.io/autoscaler?status.svg
[Github workflow guide]: https://github.com/kubernetes/community/blob/master/contributors/guide/github-workflow.md