Skip to content

Commit 39b3fca

Browse files
committed
Wrap vendor/ in backtics
1 parent 4faf9c2 commit 39b3fca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ ALL TESTS PASSED
5959
```
6060
## Vendoring
6161

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

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

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,
6969
and must be verified by the reviewers and/or merger to always reference
7070
an existing upstream commit.
7171

0 commit comments

Comments
 (0)