From 663b35dba00f08722a497676e2107b93684fe7b4 Mon Sep 17 00:00:00 2001 From: michplunkett <5885605+michplunkett@users.noreply.github.com> Date: Sat, 20 Jul 2024 01:18:39 -0500 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.