Skip to content

Commit a9ad9a9

Browse files
committed
Update CONTRIBUTING to inform about code formatting
1 parent b6317e3 commit a9ad9a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

guide/src/contributing/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ development. You may want to browse the [unpublished guide documentation] for
2020
as that is when WebAssembly support was introduced. [Install Node].
2121

2222
[Install Node]: https://nodejs.org/en/
23+
24+
## Code Formatting
25+
26+
Although formatting rules are not mandatory, it is encouraged to run `cargo run` (`rustfmt`) with its default rules within a PR to maintain a more organized code base. If necessary, a PR with a single commit that formats the entire project is also welcome.

0 commit comments

Comments
 (0)