diff --git a/src/doc/en/developer/review.rst b/src/doc/en/developer/review.rst index 0a55393955b..cdcbd42c375 100644 --- a/src/doc/en/developer/review.rst +++ b/src/doc/en/developer/review.rst @@ -76,6 +76,13 @@ The following should generally be checked while reading and testing the code: optional doctests related to the functionality. See :ref:`chapter-doctesting` for more information. +For changes that affect the **user interface**, in particular, upgrades to +IPython and Jupyter component packages, manual testing is crucial because +our automatic tests do not cover the user interface. We recommend to use +a `Jupyter notebook with comprehensive tests of graphics and typesetting +`_, +some of which is Sage-specific. + You are now ready to change the PR's status (see :ref:`section-github-pr-status`):