diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2018-05-21 20:10:35 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-05-21 14:10:35 -0400 |
commit | 75982127c803ab71ff2d8ac4d2ea0904fd62f771 (patch) | |
tree | ee56fabb74029f5f91ddadc5eab101a47a2fe6cc /CONTRIBUTING.md | |
parent | b2bf1c94228344a8528e4f3665bd530118824a0d (diff) | |
download | gitea-75982127c803ab71ff2d8ac4d2ea0904fd62f771.tar.gz gitea-75982127c803ab71ff2d8ac4d2ea0904fd62f771.zip |
[doc] Update vendor tool section to dep (#4008)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 74c50628f2..e4ea09404d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,7 +76,7 @@ to run the test suite locally. ## Vendoring We keep a cached copy of dependencies within the `vendor/` directory, -managing updates via [govendor](http://github.com/kardianos/govendor). +managing updates via [dep](https://github.com/golang/dep). Pull requests should only include `vendor/` updates if they are part of the same change, be it a bugfix or a feature addition. @@ -85,6 +85,8 @@ The `vendor/` update needs to be justified as part of the PR description, and must be verified by the reviewers and/or merger to always reference an existing upstream commit. +You can find more information on how to get started with it on the [dep project website](https://golang.github.io/dep/docs/introduction.html). + ## Translation We do all translation work inside [Crowdin](https://crowdin.com/project/gitea). |