Update CONTRIBUTING.md

This commit is contained in:
Eli Bendersky 2019-07-12 06:14:47 -07:00 committed by GitHub
parent fe361d879b
commit 2862b97d01
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! 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 * When sending a PR that affects the displayed contents of the site, run
.go or .sh source file should be sufficient for the PR. I can rebuild the `tools/build` locally and include the generated HTML in the PR. If you
HTML when I review the change. 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 * 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 used by many programmers and only require the standard library. If you're