Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 722 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 722 Bytes

Contributing

To develop on this project, please fork the repo and clone into your $GOPATH.

Dependencies are not checked in so please download those separately. Download the dependencies using dep.

cd $GOPATH/src/github.com # Create this directory if it doesn't exist
git clone git@github.com:<YOUR_FORK>/k8s-auth-example pusher/k8s-auth-example
dep ensure # Installs dependencies to vendor folder.

Pull Requests and Issues

We track bugs and issues using Github .

If you find a bug, please open an Issue.

If you want to fix a bug, please fork, fix the bug and open a PR back to this repo. Please mention the open bug issue number within your PR if applicable.