From 3b329fe687ac38949aa310f7399ec3f0ddca0e3c Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Sat, 25 May 2024 17:35:46 +0800 Subject: [PATCH] chore: update PR template (#815) --- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5d5744da..8b45226f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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