We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d884312 + 39b3fca commit 91953aeCopy full SHA for 91953ae
CONTRIBUTING.md
@@ -57,6 +57,17 @@ After running for a while, the command should print
57
```
58
ALL TESTS PASSED
59
60
+## Vendoring
61
+
62
+We keep a cached copy of dependencies within the `vendor/` directory,
63
+managing updates via [govendor](http://github.com/kardianos/govendor).
64
65
+Pull requests should only include `vendor/` updates if they are
66
+part of the same change, be it a bugfix or a feature addition.
67
68
+The `vendor/` update needs to be justified as part of the PR description,
69
+and must be verified by the reviewers and/or merger to always reference
70
+an existing upstream commit.
71
72
## Code review
73
0 commit comments