diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 14e09dde05..6ddecf0aa5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,3 @@ -**Checklist** - -- [ ] Run `cargo clippy`. -- [ ] Run `cargo clippy --target wasm32-unknown-unknown` if applicable. -- [ ] Add change to CHANGELOG.md. See simple instructions inside file. - **Connections** _Link to the issues addressed by this PR, or dependent PRs in other repositories_ @@ -12,3 +6,19 @@ _Describe what problem this is solving, and how it's solved._ **Testing** _Explain how this change is tested._ + + + +**Checklist** + +- [ ] Run `cargo fmt`. +- [ ] Run `cargo clippy`. If applicable, add: + - [ ] `--target wasm32-unknown-unknown` + - [ ] `--target wasm32-unknown-emscripten` +- [ ] Run `cargo xtask run` to run tests. +- [ ] Add change to `CHANGELOG.md`. See simple instructions inside file.