update CONTRIBUTING.md

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
This commit is contained in:
Yanqiang Miao 2017-12-19 16:34:29 +08:00
parent b883157072
commit aeceef7636

View File

@ -24,4 +24,5 @@ Follow either of the two links above to access the appropriate CLA and instructi
### Adding dependencies ### Adding dependencies
If your patch depends on new packages, add that package with [`vndr`](https://github.com/LK4D4/vndr). Please 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`.