From be6147a02a3e30a92d9a89b1d83534d794febfd6 Mon Sep 17 00:00:00 2001 From: Tijs Alleman Date: Tue, 8 Oct 2024 21:23:24 -0400 Subject: [PATCH] new github PR template --- .github/pull_request_template.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 86e76ae..3e36cb3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,8 @@ - +**Pull request checklist** + * [ ] I have checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change +* [ ] I have verified all tests work / have added new tests. +* [ ] I have verified all tutorials work. * [ ] I have updated the documentation accordingly. -Describe your fixes/additions/changes +**Describe your pull request**