瀏覽代碼

Merge pull request #187 from strk/vendor

Add vendoring section
tags/v1.0.0
Andrey Nering 7 年之前
父節點
當前提交
91953ae9b4
共有 1 個檔案被更改,包括 11 行新增0 行删除
  1. 11
    0
      CONTRIBUTING.md

+ 11
- 0
CONTRIBUTING.md 查看文件

@@ -57,6 +57,17 @@ After running for a while, the command should print
```
ALL TESTS PASSED
```
## Vendoring

We keep a cached copy of dependencies within the `vendor/` directory,
managing updates via [govendor](http://github.com/kardianos/govendor).

Pull requests should only include `vendor/` updates if they are
part of the same change, be it a bugfix or a feature addition.

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.

## Code review


Loading…
取消
儲存