chore: update PR template (#815)

This commit is contained in:
SteveLauC
2024-05-25 17:35:46 +08:00
committed by GitHub
parent 9eb1b4ac9f
commit 3b329fe687

View File

@@ -1,14 +1,14 @@
## Standards checklist: ## What does this PR do
## Standards checklist
- [ ] The PR title is descriptive. - [ ] The PR title is descriptive.
- [ ] I have read `CONTRIBUTING.md` - [ ] 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 - [ ] *Optional:* I have tested the code myself
## For new steps ## For new steps
- [ ] *Optional:* Topgrade skips this step where needed - [ ] *Optional:* Topgrade skips this step where needed
- [ ] *Optional:* The `--dry-run` option works with this step - [ ] *Optional:* The `--dry-run` option works with this step
- [ ] *Optional:* The `--yes` option works with this step if it is supported by - [ ] *Optional:* The `--yes` option works with this step if it is supported by