Merge pull request #260 from mmcgrana/eliben-patch-1

Update CONTRIBUTING guide to mention tools/build
This commit is contained in:
Mark McGranaghan 2019-09-01 15:14:49 -07:00 committed by GitHub
commit 3e52c1d41b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,11 @@
Thanks for your interest in contributing to Go by Example!
* If you see a typo or would like to suggest another small change, editing the
.go or .sh source file should be sufficient for the PR. I can rebuild the
HTML when I review the change.
* When sending a PR that affects the displayed contents of the site, run
`tools/build` locally and include the generated HTML in the PR. If you
only want to submit a simple typo suggestion (for example, through the
Github website), feel free to send a PR anyway - we'll regenerate the
HTML and merge with your commit.
* We're open to adding more examples to the site. They should be on things
used by many programmers and only require the standard library. If you're