]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add a 'Tips' section to README to help new contributors
authorthepudds <thepudds1460@gmail.com>
Thu, 15 Jun 2023 19:09:11 +0000 (15:09 -0400)
committerKeith Randall <khr@golang.org>
Tue, 12 Sep 2023 20:35:02 +0000 (20:35 +0000)
commitbc1d71ff64b01ac912cb0fa28c0f6dd5904fcd56
tree95d28421fee9f6007ef95f97b0dd217989ffbb6f
parent5f04ef752bc9485821eae8a5b248b9d39d57989c
cmd/compile: add a 'Tips' section to README to help new contributors

This CL adds a new 'Tips' section to the cmd/compile README.

The primary intent is to help new-ish contributors.

It includes some basics on getting started, testing changes,
viewing coverage, juggling different compiler versions,
some links to additional tools, and so on.

Updates #30074

Change-Id: I393bf1137db9d2bb851f7e254b08455273ccad8c
Reviewed-on: https://go-review.googlesource.com/c/go/+/503895
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: t hepudds <thepudds1460@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/README.md