From 6abc333ec7c6d65c32ddc87094dcaca98bbda6a0 Mon Sep 17 00:00:00 2001 From: davidwilby <24752124+davidwilby@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:34:07 +0100 Subject: [PATCH] incorporate feedback --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b5c353f1..94777446 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,5 +16,5 @@ If changing or adding source code: - [ ] tests are included and are passing (run `pytest`). - [ ] documentation is included or updated as relevant, including docstrings. -If changing or adding documentation -- [ ] docs build successfully (`jupyter-book build docs --all`) +If changing or adding documentation: +- [ ] docs build successfully (`jupyter-book build docs --all`) and the changes look good from a manual inspection of the HTML in `docs/_build/html/`.