Update CONTRIBUTING.md
This commit is contained in:
parent
bc9700aab3
commit
7b502fa0ec
@ -3,10 +3,12 @@
|
|||||||
Thanks for your interest in contributing to Go by Example!
|
Thanks for your interest in contributing to Go by Example!
|
||||||
|
|
||||||
* When sending a PR that affects the displayed contents of the site, run
|
* 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
|
`tools/build` locally and include the generated HTML in the PR. Note that
|
||||||
only want to submit a simple typo suggestion (for example, through the
|
updating the HTML in the `public` directory by itself is insufficient, since
|
||||||
Github website), feel free to send a PR anyway - we'll regenerate the
|
the source of truth for the website is in the `examples` directory.
|
||||||
HTML and merge with your commit.
|
|
||||||
|
If you don't want to deal with getting a proper PR in, feel free to just
|
||||||
|
open an issue an point out the change you suggest.
|
||||||
|
|
||||||
* 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user