From e59f973ba204079aaf6bfeb2843c47508a9d8b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Niederb=C3=BChl?= Date: Tue, 23 Apr 2019 22:06:55 +0200 Subject: [PATCH] Fixup for Contributing.md --- Contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contributing.md b/Contributing.md index 2c1439ea..686856db 100644 --- a/Contributing.md +++ b/Contributing.md @@ -6,9 +6,9 @@ Here are some things you should check for submitting your pull request: - Run `cargo fmt` (This is checked by travis ci) - Run `cargo clippy` and check there are no hard errors (There are a bunch of existing warnings; This is also checked by travis) - - If applicable, add an entry in the changelog. - - If applicable, add documentation to all new items and extend the guide. + - If applicable, add an entry in the changelog + - If applicable, add documentation to all new items and extend the guide - If applicable, add tests for all new or fixed functions - - Run `cargo test` or if you changed examples in README or the guide + - Run `cargo test` You might want to run `tox` (`pip install tox`) locally to check compatibility with all supported python versions. If you're using linux or mac you might find the Makefile helpful for testing.