Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/5-bump_gmt_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ conda install -c conda-forge gmt=X.Y.Z
- [ ] Update `.github/workflows/ci_tests.yaml`
- [ ] Add the legacy GMT version to `.github/workflows/ci_tests_legacy.yaml`
- [ ] Update GMT 6.x minor version for `extlinks` urls in `doc/conf.py`
- [ ] Update the GMT-Ghostscript compatibility notes in `doc/install.md` and `pygmt/_show_versions.py`
- [ ] Fix failing tests (1 or more PRs)
- [ ] Fix failing doctests reported in the ["Doctest" workflow](https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_doctests.yaml)
- [ ] Run `grep -r "# TODO(GMT.*)" --include="*.py" .` to find TODO items related to GMT
Expand Down