Skip to content

Commit fe78d1e

Browse files
authored
Update issue template for bumping GMT versions (#4019)
1 parent 4a9b70b commit fe78d1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/ISSUE_TEMPLATE/5-bump_gmt_checklist.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ using the following command:
2727
- [ ] Update `.github/workflows/ci_tests.yaml`
2828
- [ ] Add the legacy GMT version to `.github/workflows/ci_tests_legacy.yaml`
2929
- [ ] Update GMT 6.x minor version for `extlinks` urls in `doc/conf.py`
30-
- [ ] Update GMT 6.x minor version in `.github/workflows/check-links.yml`
3130
- [ ] Fix failing tests (1 or more PRs)
3231
- [ ] Fix failing doctests reported in the ["Doctest" workflow](https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_doctests.yaml)
3332
- [ ] Fix [xfail](https://docs.pytest.org/en/stable/skipping.html#xfail-mark-test-functions-as-expected-to-fail) pytest markers on tests that are now xpass
@@ -36,8 +35,7 @@ using the following command:
3635

3736
- [ ] Bump the minimum required GMT version (1 PR)
3837
- [ ] Update `required_gmt_version` in `pygmt/clib/__init__.py`
39-
- [ ] Update `test_get_default` in `pygmt/tests/test_clib.py`
40-
- [ ] Update minimum required versions in `doc/minversions.md`
4138
- [ ] Remove unsupported GMT version from `.github/workflows/ci_tests_legacy.yaml`
39+
- [ ] Ensure minimum required version is correct in `doc/minversions.md`
4240
- [ ] Remove [xfail](https://docs.pytest.org/en/stable/skipping.html#xfail-mark-test-functions-as-expected-to-fail) pytest markers on tests that are now xpass
4341
- [ ] Update deprecated syntax in source code and examples based on the [GMT Changelog](https://docs.generic-mapping-tools.org/latest/changes.html)

0 commit comments

Comments
 (0)