File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ ALL TESTS PASSED
59
59
```
60
60
## Vendoring
61
61
62
- We keep a cached copy of dependencies within the vendor/ directory,
62
+ We keep a cached copy of dependencies within the ` vendor/ ` directory,
63
63
managing updates via [ govendor] ( http://github.com/kardianos/govendor ) .
64
64
65
- Pull requests should only include vendor/ updates if they are
65
+ Pull requests should only include ` vendor/ ` updates if they are
66
66
part of the same change, be it a bugfix or a feature addition.
67
67
68
- The vendor/ update needs to be justified as part of the PR description,
68
+ The ` vendor/ ` update needs to be justified as part of the PR description,
69
69
and must be verified by the reviewers and/or merger to always reference
70
70
an existing upstream commit.
71
71
You can’t perform that action at this time.
0 commit comments