Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _Please describe your awesome pull request_
- [ ] Included a [**What's New**](https://scitools-iris.readthedocs.io/en/latest/developers_guide/documenting/whats_new_contributions.html) entry
- [ ] Incorporated [**type hints**](https://scitools-iris.readthedocs.io/en/latest/developers_guide/contributing_code_formatting.html#type-hinting) in any changed code
- [ ] Checked if [**tests**](https://scitools-iris.readthedocs.io/en/latest/developers_guide/contributing_tests.html) need updating
- [ ] Checked if [**benchmarks**](../benchmarks/README.md#writing-benchmarks) need updating
- [ ] Checked if [**benchmarks**](https://github.com/SciTools/iris/blob/main/benchmarks/README.md#writing-benchmarks) need updating
- [ ] Checked if **documentation** needs updating
- [Docstrings](https://scitools-iris.readthedocs.io/en/latest/developers_guide/documenting/docstrings.html) (we love code examples!)
- [User Manual](https://scitools-iris.readthedocs.io/en/latest/user_manual/) pages
Expand Down
3 changes: 2 additions & 1 deletion docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ This document explains the changes made to Iris for this release

#. `@trexfeathers`_ simplified the pull request checklist and moved it directly
into the GitHub pull request template (read more here: :ref:`pr_check`). Also
updated several associated pages of more detailed guidance. (:pull:`7096`)
updated several associated pages of more detailed guidance. (:pull:`7096`, :pull:`7164`)

#. `@tkknight`_ updated the documentation to generate summaries
that LLMs can understand, `llms.txt` and `llms-full.txt`. (:pull:`7105`)

Expand Down
Loading