Files
client-go/CONTRIBUTING.md
coryrc 8c19b9f4a6 Clarify client-go issue location (#85464)
* Clarify client-go issue location

While pull requests should be in kubernetes/kubernetes, it seems issues are
tracked in client-go repo.

* All Issues along with PRs (except README.md) should be opened in kubernetes/kubernetes

Kubernetes-commit: bc53b97ceb25338570a853845c4cdd295468ed61
2019-12-04 08:25:17 +00:00

790 B

Contributing guidelines

Do not open pull requests directly against kubernetes/client-go repository (except for README.md); they will be ignored. Instead, please open pull requests and issues against kubernetes/kubernetes. Please follow the same contributing guide you would follow for any other pull request made to kubernetes/kubernetes.

This repository is published from kubernetes/kubernetes/staging/src/k8s.io/client-go by the kubernetes publishing-bot.

Please see Staging Directory and Publishing for more information