From 4fe6ad80af3c1735faf9ccdb1be1edb67eea03e1 Mon Sep 17 00:00:00 2001 From: Nicholas Tollervey Date: Wed, 2 Oct 2024 16:40:59 +0100 Subject: [PATCH] Update/simplify our PR template. (#2206) * Update/simplify our PR template. * Remove step that CI does already --- .github/PULL_REQUEST_TEMPLATE.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index db187df6..591e8185 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,11 +4,9 @@ ## Changes - + ## Checklist - - -- [ ] All tests pass locally -- [ ] I have created / updated documentation for this (if applicable) +- [ ] I have checked `make build` works locally. +- [ ] I have created / updated documentation for this change (if applicable).