From f39b9720d29be1c913f825e0c2fbc12c9b92d61e Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Wed, 12 Oct 2022 11:57:27 -0500 Subject: [PATCH] Update PR template. --- .github/pull_request_template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 16b3b0f2..d8640a27 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,6 @@ # Checklist -- [ ] I have described the changes below -- [ ] I have linked to any relevant issues -- [ ] All tests passing +- [ ] I have described the changes +- [ ] I have linked to any relevant GitHub issues, if applicable - [ ] Documentation in `doc/` has been updated - [ ] All new code is licensed under GPLv3