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/`.