diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e3a1a82..fbe10025 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ it easier to get your contribution accepted. ## Coding Style -Templates for Tools follows the standard formatting recommendations and language idioms set out +Please follows the standard formatting recommendations and language idioms set out in [Effective Go](https://golang.org/doc/effective_go.html) and in the [Go Code Review Comments wiki](https://github.com/golang/go/wiki/CodeReviewComments).