File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ the [instructions in the README].
8
8
9
9
[ instructions in the README ] : README.md#building
10
10
11
+ ## Testing
12
+
13
+ We test the course material in several ways:
14
+
15
+ - ` mdbook test ` : This will test the code samples. Some code sampes are marked
16
+ with ` ignore ` in the Markdown file because the Playground is missing some of
17
+ the crates we use. For this we have
18
+ - ` cargo test ` : This will build and test the Rust code found in our tooling, as
19
+ well as the code samples which cannot be tested using the Playground.
20
+ - ` npm test ` : This will test the functionality of the rendered web pages. See
21
+ the [ testing README] ( tests/README.md ) for details.
22
+
11
23
## Formatting
12
24
13
25
Please ensure that your files are formatted consistently. We use a few tools for
Original file line number Diff line number Diff line change @@ -100,6 +100,11 @@ where `xx` is the ISO 639 language code (e.g. `da` for the Danish translation).
100
100
> ** Note** On Windows, you need to enable symlinks
101
101
> (` git config --global core.symlinks true ` ) and Developer Mode.
102
102
103
+ ## Contributing
104
+
105
+ We would like to receive your contributions. Please see
106
+ [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for details.
107
+
103
108
## Contact
104
109
105
110
For questions or comments, please contact
You can’t perform that action at this time.
0 commit comments