From e6ae4d9370fa038c17f3162367e4db58b78bf970 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Mon, 9 May 2016 17:19:11 -0700 Subject: [PATCH] Add note about only update what we need to update --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bac4943cf..e851273ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,6 +91,8 @@ If you are submitting a change that requires new or updated dependencies, please Note that you will need to use [Godep](https://github.com/tools/godep) to do this. This step is recommended but not required; if you don't use Godep please indicate in your PR which dependencies have changed and to what versions. +Please only apply the minimal vendor changes to get your PR to work. Packer does not attempt to track the latest version for each dependency. + #### Running Unit Tests You can run tests for individual packages using commands like this: