docs: remove confusing statement from contributing.md (#3764)

This commit is contained in:
Ivan Kushmantsev 2019-06-30 11:46:31 +04:00 committed by Anton Kaliaev
parent b2afc65908
commit d069eb62df

View File

@ -41,8 +41,6 @@ To pull in updates from the origin repo, run
* `git fetch upstream` * `git fetch upstream`
* `git rebase upstream/master` (or whatever branch you want) * `git rebase upstream/master` (or whatever branch you want)
Please don't make Pull Requests to `master`.
## Dependencies ## Dependencies
We use [go modules](https://github.com/golang/go/wiki/Modules) to manage dependencies. We use [go modules](https://github.com/golang/go/wiki/Modules) to manage dependencies.