Merge pull request #154 from teloxide/edit-contributing-md

Update CONTRIBUTING.md
This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 14:43:58 +06:00 committed by GitHub
commit e2152df44a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,4 +7,5 @@ To change the source code, fork this repository and work inside your own branch.
cargo clippy --all --all-features --all-targets
cargo test --all
cargo doc --open
cargo fmt --all -- --check
```