From efdc45134d591ea15f4d59402110ec364b5b8af2 Mon Sep 17 00:00:00 2001 From: Alexey Vishnyakov Date: Sun, 17 Sep 2023 15:12:30 +0300 Subject: [PATCH] Update contribution guidelines --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e63d589d..2d70580e 100644 --- a/README.md +++ b/README.md @@ -212,13 +212,13 @@ by `casr-libfuzzer`. ## Contributing -Feel free to open issues or PRs! We appreciate your support! +Feel free to open [issues](https://github.com/ispras/casr/issues) or [PRs](https://github.com/ispras/casr/pulls) (especially pay attention to [help wanted](https://github.com/ispras/casr/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) issues)! We appreciate your support! Please follow the next recommendations for your pull requests: - compile with *stable* rust - use `cargo fmt` -- check the output of `cargo clippy --all` +- check the output of `cargo clippy --all-features --all --tests` - run tests `cargo test` ## Cite Us