Skip to content

Commit

Permalink
chore: update PR template (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored May 25, 2024
1 parent 9eb1b4a commit 3b329fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Standards checklist:
## What does this PR do


## Standards checklist

- [ ] The PR title is descriptive.
- [ ] I have read `CONTRIBUTING.md`
- [ ] 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

## For new steps

- [ ] *Optional:* Topgrade skips this step where needed
- [ ] *Optional:* The `--dry-run` option works with this step
- [ ] *Optional:* The `--yes` option works with this step if it is supported by
Expand Down

0 comments on commit 3b329fe

Please sign in to comment.