From a9ad9a96dbda6d54c8cea660786f1759269853ca Mon Sep 17 00:00:00 2001 From: Caio Date: Fri, 5 Apr 2019 09:41:00 -0300 Subject: [PATCH] Update CONTRIBUTING to inform about code formatting --- guide/src/contributing/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/src/contributing/index.md b/guide/src/contributing/index.md index dbd469ea..00a195ac 100644 --- a/guide/src/contributing/index.md +++ b/guide/src/contributing/index.md @@ -20,3 +20,7 @@ development. You may want to browse the [unpublished guide documentation] for as that is when WebAssembly support was introduced. [Install Node]. [Install Node]: https://nodejs.org/en/ + +## Code Formatting + +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. \ No newline at end of file