Skip to content

Commit

Permalink
Wrap vendor/ in backtics
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed Nov 17, 2016
1 parent 4faf9c2 commit 39b3fca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ ALL TESTS PASSED
```
## Vendoring

We keep a cached copy of dependencies within the vendor/ directory,
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
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,
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.

Expand Down

0 comments on commit 39b3fca

Please sign in to comment.