Merge pull request #125 from caesarxuchao/allow-issues

Fix README: client-go issues should be reported at k8s.io/client-go now
This commit is contained in:
Daniel Smith 2017-02-21 16:48:51 -08:00 committed by GitHub
commit 766a1c2983

View File

@ -17,7 +17,6 @@ will give you head and doesn't handle the dependencies well.
- [How to get it](#how-to-get-it)
- [How to use it](#how-to-use-it)
- [Dependency management](#dependency-management)
- [Reporting bugs](#reporting-bugs)
- [Contributing code](#contributing-code)
### What's included
@ -141,9 +140,5 @@ If your application depends on a package that client-go depends on, and you let
* run `godep restore` ([godep](https://github.com/tools/godep)) in the client-go/ folder, then remove the vendor folder of client-go. Then the packages in your GOPATH will be the only copy
* or run `godep save` in your application folder to flatten all dependencies.
### Reporting bugs
Please report bugs to the main Kubernetes [repository](https://github.com/kubernetes/kubernetes/issues/new).
### Contributing code
Please send pull requests against the client packages in the Kubernetes main [repository](https://github.com/kubernetes/kubernetes), and run the `/staging/copy.sh` script to update the staging area in the main repository. Changes in the staging area will be published to this repository every day.