From 840eb95805436264ed5d5212d42fd07b358e7e8c Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 2 Mar 2021 08:14:51 +0100 Subject: [PATCH] be more precise what/how to test (#664) --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8d16c858..abcd16b6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,10 @@ ## Standards checklist: - [ ] The PR title is descriptive. -- [ ] The code compiles -- [ ] The code passes rustfmt -- [ ] The code passes clippy -- [ ] The code passes tests +- [ ] The code compiles (`cargo build`) +- [ ] The code passes rustfmt (`cargo fmt`) +- [ ] The code passes clippy (`cargo clippy`) +- [ ] The code passes tests (`cargo test`) - [ ] *Optional:* I have tested the code myself - [ ] I also tested that Topgrade skips the step where needed