From a50040e2d59eac317399aa96e6417cbf3fee8c8c Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Sun, 13 Aug 2023 10:24:39 +0800 Subject: [PATCH] chore: add check for dry-run opt in PR template (#538) chore: add test for dry-run opt in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 20afe62e..409ab939 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,10 @@ - [ ] 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 + +## For new steps +- [ ] *Optional:* Topgrade skips this step where needed +- [ ] *Optional:* The `--dry-run` option works with this step If you developed a feature or a bug fix for someone else and you do not have the means to test it, please tag this person here.