From b265385a7e8f24a2bafded5f1e92b1f04d26789a Mon Sep 17 00:00:00 2001 From: Evan Zacks Date: Fri, 4 May 2018 16:41:34 -0700 Subject: [PATCH] remove reference to CLA from contributor's guide --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd24e8bc..166d0911 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,6 @@ In general, contributors should develop on branches based off of `master` and pu 0. Create a new branch based on `master`: `git checkout -b master` 0. Make your change, add tests, and make sure the tests still pass 0. Push to your fork and [submit a pull request][pr] from your branch to `master` -0. Accept the [GitHub CLA][cla] 0. Pat yourself on the back and wait for your pull request to be reviewed Here are a few things you can do that will increase the likelihood of your pull request being accepted: @@ -161,4 +160,3 @@ v1.5 just shipped, set the version in master to `1.6-pre`, for example. [fork]: https://github.com/git-lfs/git-lfs/fork [pr]: https://github.com/git-lfs/git-lfs/compare [style]: https://github.com/golang/go/wiki/CodeReviewComments -[cla]: https://cla.github.com/git-lfs/git-lfs/accept