Merge pull request #140 from ouch-org/improving-error-treatment
[ouch.git] / CONTRIBUTING.md
blob1bf3f441892122432a755097728936cbe3c4157e
1 Thanks for your interest in contributing to `ouch`!
3 Feel free to open an issue anytime you wish to ask a question, suggest a feature, report a bug, etc.
5 # Requirements
7 1. Be nice to other people.
8 2. If editing the Rust source code, remember to run `rustfmt` (otherwise, CI will warn you the code was not properly formatted).
10 Note: we are using `unstable` features of `rustfmt`! Nightly toolchain is required (will likely be installed automatically, cause the toolchain was specified in the project root).
12 # Suggestions
14 1. If you wish to, you can ask for some guidance before solving an issue.
15 2. Run `cargo clippy` too.