提交 f464fa93 编写于 作者: G Gustavo Belfort 提交者: Medya Ghazizadeh

Updated contributing guide about dependency

上级 8cd38956
......@@ -6,8 +6,6 @@
## New Features and Dependencies
* **Adding a dependency** ([adding_a_dependency.md](adding_a_dependency.md)): How to add or update vendored code
* **Adding a new addon** ([adding_an_addon.md](adding_an_addon.md)): How to add a new addon to minikube for `minikube addons`
* **Adding a new driver** ([adding_driver.md](adding_driver.md)): How to add a new driver to minikube for `minikube create --vm-driver=<driver>`
......
# Adding a New Dependency
Minikube uses `dep` to manage vendored dependencies.
See the `dep` [documentation](https://golang.github.io/dep/docs/introduction.html) for installation and usage instructions.
If you are introducing a large dependency change, please commit the vendor/ directory changes separately.
This makes review easier in GitHub.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册