Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/common_links.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
.. _sphinx: https://www.sphinx-doc.org/en/master/
.. _test-iris-imagehash: https://github.com/SciTools/test-iris-imagehash
.. _using git: https://docs.github.com/en/github/using-git
.. _requirements/ci/: https://github.com/SciTools/iris/tree/main/requirements/ci


.. comment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ is merged. Before submitting a pull request please consider this list.
#. **Check all modified and new source files conform to the required**
:ref:`code_formatting`.

#. **Check all new dependencies added to the ``requirements/ci/*.yml`` files.** If
dependencies have been added then new nox testing lockfiles should be generated too,
see :ref:`cirrus_test_env`.
#. **Check all new dependencies added to the** `requirements/ci/`_ **yaml
files.** If dependencies have been added then new nox testing lockfiles
should be generated too, see :ref:`cirrus_test_env`.

#. **Check the source documentation been updated to explain all new or changed
features**. See :ref:`docstrings`.
Expand Down