You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bump_gmt_checklist.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,23 @@ assignees: ''
14
14
15
15
<!-- Please add specific checklist items for the tests, xfail pytest markers, and deprecated syntax that need to be updated. -->
16
16
17
-
**To-Do**:
18
-
-[ ] Bump the minimum required GMT version (1 PR)
17
+
**To-Do for bumping the GMT version in CI**:
18
+
19
+
-[ ] Bump the GMT version in CI (1 PR)
19
20
-[ ] Update `.github/workflows/cache_data.yaml`
20
21
-[ ] Update `.github/workflows/ci_docs.yml`
21
22
-[ ] Update `.github/workflows/ci_tests.yaml`
22
-
-[ ] Update `doc/install.rst`
23
+
-[ ] Update `ci/requirements/docs.yml`
23
24
-[ ] Update `environment.yml`
25
+
-[ ] Fix failing tests (1 or more PRs)
26
+
-[ ] 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
27
+
28
+
**To-Do for bumping the minimum required GMT version**:
29
+
30
+
-[ ] Bump the minimum required GMT version (1 PR)
31
+
-[ ] Update `doc/install.rst`
24
32
-[ ] Update `required_version` in `pygmt/clib/session.py`
25
33
-[ ] Update `test_get_default` in `pygmt/tests/test_clib.py`
26
34
-[ ] Update compatibility table in `README.rst`
27
-
-[ ] Fix failing tests (1 or more PRs)
28
35
-[ ] 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
29
36
-[ ] 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