From f115c884d72b4e30e642991b38e39c5ac1f34d67 Mon Sep 17 00:00:00 2001 From: Jeff Lowdermilk Date: Tue, 17 Mar 2015 10:32:48 -0700 Subject: [PATCH] Surface godep usage instructions better. Also link to development.md to save new contributors time and effort. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d02fe22323..aa681e227b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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).