Skip to content

Commit 17c434b

Browse files
authored
Update note on contributing (#227)
1 parent d3ef352 commit 17c434b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
Please make pull requests here!
1+
Please open PRs or Issues if you find anything to improve in the book.
2+
3+
We appreciate your feedback.
4+
5+
### Editing chapter text:
6+
7+
To test changes to the text locally, install [mdbook](https://github.com/rust-lang/mdBook), then run this command from repo root:
8+
```
9+
mdbook serve -o
10+
```
11+
The rendered webpage will automatically refresh with any changes to readme files.

0 commit comments

Comments
 (0)