Skip to content

Commit

Permalink
chore: add check for dry-run opt in PR template (#538)
Browse files Browse the repository at this point in the history
chore: add test for dry-run opt in PR template
  • Loading branch information
SteveLauC authored Aug 13, 2023
1 parent 2c9a56a commit a50040e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a50040e

Please sign in to comment.