From aeceef76369c54101b3003b5b01dc29a92f52968 Mon Sep 17 00:00:00 2001 From: Yanqiang Miao Date: Tue, 19 Dec 2017 16:34:29 +0800 Subject: [PATCH] update CONTRIBUTING.md Signed-off-by: Yanqiang Miao --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a45999ad..561c882e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,4 +24,5 @@ Follow either of the two links above to access the appropriate CLA and instructi ### Adding dependencies If your patch depends on new packages, add that package with [`vndr`](https://github.com/LK4D4/vndr). Please -modify `vendor.conf` and run the `vndr` tool to update the `vendor/` directory. +modify `vendor.conf` and run the `vndr` tool to update the `vendor/` directory. After that, please run +`hack/update-vendor.sh` script to update the contents of `hack/versions`.