Merge pull request #511 from miaoyq/update-CONTRIBUTING.md

Update CONTRIBUTING.md
This commit is contained in:
Lantao Liu
2017-12-19 18:36:56 -08:00
committed by GitHub

View File

@@ -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`.