Improve CONTRIBUTING

Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
This commit is contained in:
Valerian Saliou
2019-12-04 13:31:05 +01:00
parent 0436be1660
commit 3fbddc2198

View File

@@ -53,4 +53,4 @@ When writing your issue title and command, make sure to be as precise as possibl
Once you are done with your work, always ensure to format your Rust code according to guidelines, via the [rustfmt](https://github.com/rust-lang/rustfmt) utility: `rustfmt src/*.rs`
When this is done, you may open a Pull Request (PR), then explain your changes and their purpose precisely. We will finally accept or comment on your Pull Request.
When this is done, you may open a Pull Request (PR), then explain your changes and their purpose precisely. We will finally accept or comment on your Pull Request, if we need more changes done on your code.