Skip to content

Commit

Permalink
Merge pull request kubernetes#5603 from jlowdermilk/godeps-instructions
Browse files Browse the repository at this point in the history
Surface kubernetes-specific godep instructions better.
  • Loading branch information
cjcullen committed Mar 18, 2015
2 parents ac3b1b2 + f115c88 commit 25703bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Follow either of the two links above to access the appropriate CLA and instructi
## Protocols for Collaborative Development

Please read [this doc](docs/devel/collab.md) for information on how we're running development for the project.
Also take a look at the [development guide](docs/devel/development.md) for information on how to set up your environment, run tests, manage dependencies, etc.

## Adding dependencies

If your patch depends on new packages, add that package with [`godep`](https://github.com/tools/godep). Follow the [instructions to add a dependency](https://github.com/tools/godep#add-a-dependency).
If your patch depends on new packages, add that package with [`godep`](https://github.com/tools/godep). Follow the [instructions to add a dependency](docs/devel/development.md#godep-and-dependency-management).

0 comments on commit 25703bd

Please sign in to comment.