Skip to content

Commit 2862b97

Browse files
authored
Update CONTRIBUTING.md
1 parent fe361d8 commit 2862b97

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
Thanks for your interest in contributing to Go by Example!
44

5-
* If you see a typo or would like to suggest another small change, editing the
6-
.go or .sh source file should be sufficient for the PR. I can rebuild the
7-
HTML when I review the change.
5+
* When sending a PR that affects the displayed contents of the site, run
6+
`tools/build` locally and include the generated HTML in the PR. If you
7+
only want to submit a simple typo suggestion (for example, through the
8+
Github website), feel free to send a PR anyway - we'll regenerate the
9+
HTML and merge with your commit.
810

911
* We're open to adding more examples to the site. They should be on things
1012
used by many programmers and only require the standard library. If you're

0 commit comments

Comments
 (0)