diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9ebe3762b..c7a6650c0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -25,6 +25,6 @@ dispatcher where…", "Improve our handling of…", etc. ## Tests and Linting - - [ ] This branch is up-to-date with the `develop` branch. - - [ ] `pytest` passes on my local development environment. - - [ ] `pre-commit` passes on my local development environment. +- [ ] This branch is up-to-date with the `develop` branch. +- [ ] `pytest` passes on my local development environment. +- [ ] `pre-commit` passes on my local development environment.