From 4094e033ce8918fdf85f091fb2af7a7cc3c5b395 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Wed, 20 Jun 2018 12:19:25 -0700 Subject: [PATCH] Add dep docs to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 75c0a5d2..e31c0032 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,15 @@ documentation. Here's some short-cuts: * [Configuration](http://wtfutil.com/posts/configuration/) * [Module Documentation](http://wtfutil.com/posts/modules/) +## Contributing + +### Adding Dependencies + +Dependency management in WTF is handled by [dep](https://github.com/golang/dep). See that page for installation and usage details. + +If the work you're doing requires the addition of a new dependency, +please be sure to use `dep` to [vendor your dependencies](https://golang.github.io/dep/docs/daily-dep.html#adding-a-new-dependency). + ## Contributors Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.