From 787906493b511d5baaab19bf28ac8bf75fc06079 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 23 Oct 2019 17:46:39 +0000 Subject: [PATCH] doc: clarify that contributing isn't just for code Updates #33323 Change-Id: I4b3076469f3db8ab0fe888edcf0471f17dc199e6 Reviewed-on: https://go-review.googlesource.com/c/go/+/202823 Reviewed-by: Robert Griesemer --- doc/contrib.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contrib.html b/doc/contrib.html index 5699f58fc7..bc19daf14e 100644 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -115,7 +115,7 @@ Community-related issues should be reported to See the Code of Conduct for more details.

-

Contributing code

+

Contributing code & documentation

Go is an open source project and we welcome contributions from the community. -- 2.51.0