Skip to content

Commit d75ae42

Browse files
authored
Merge pull request #1425 from c410-f3r/rustfmt
Update CONTRIBUTING to inform about code formatting
2 parents aa0aff6 + a9ad9a9 commit d75ae42

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)