From d069eb62dfeb3f15f94e1a71f5549fb310854800 Mon Sep 17 00:00:00 2001 From: Ivan Kushmantsev Date: Sun, 30 Jun 2019 11:46:31 +0400 Subject: [PATCH] docs: remove confusing statement from contributing.md (#3764) --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef992fee..832156bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,8 +41,6 @@ To pull in updates from the origin repo, run * `git fetch upstream` * `git rebase upstream/master` (or whatever branch you want) -Please don't make Pull Requests to `master`. - ## Dependencies We use [go modules](https://github.com/golang/go/wiki/Modules) to manage dependencies.