From e02a82b462e96dbe64b2b547266b847838331fd5 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Tue, 16 Dec 2025 16:54:36 -0800 Subject: [PATCH 1/2] making some language clearer on github-facing things --- .github/pull_request_template.md | 2 +- .github/workflows/test-example-notebooks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 37742b463..0a971e41a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,7 +14,7 @@ see https://regro.github.io/rever-docs/news.html for details on how to add news Checklist * [ ] All new code is appropriately documented (user-facing code _must_ have complete docstrings). * [ ] Added a ``news`` entry, or the changes are not user-facing. -* [ ] Ran pre-commit by making a comment with `pre-commit.ci autofix` before requesting review. +* [ ] Ran pre-commit - you can run locally or comment on this PR with `pre-commit.ci autofix` before requesting review. Manual Tests: these are slow so don't need to be run every commit, only before merging and when relevant changes are made (generally at reviewer-discretion). * [ ] [GPU integration tests](https://github.com/OpenFreeEnergy/openfe/actions/workflows/gpu-integration-tests.yaml) diff --git a/.github/workflows/test-example-notebooks.yaml b/.github/workflows/test-example-notebooks.yaml index fce82d422..df27c1fb7 100644 --- a/.github/workflows/test-example-notebooks.yaml +++ b/.github/workflows/test-example-notebooks.yaml @@ -12,7 +12,7 @@ defaults: shell: bash -leo pipefail {0} jobs: - test-conda-build: + test-example-notebooks: runs-on: ubuntu-latest steps: From 8d5e7cb2fbe25c72098c55fb53a9249d9c993d7c Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Tue, 16 Dec 2025 16:55:31 -0800 Subject: [PATCH 2/2] : --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0a971e41a..5c6da39a0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,7 +14,7 @@ see https://regro.github.io/rever-docs/news.html for details on how to add news Checklist * [ ] All new code is appropriately documented (user-facing code _must_ have complete docstrings). * [ ] Added a ``news`` entry, or the changes are not user-facing. -* [ ] Ran pre-commit - you can run locally or comment on this PR with `pre-commit.ci autofix` before requesting review. +* [ ] Ran pre-commit: you can run locally or comment on this PR with `pre-commit.ci autofix` before requesting review. Manual Tests: these are slow so don't need to be run every commit, only before merging and when relevant changes are made (generally at reviewer-discretion). * [ ] [GPU integration tests](https://github.com/OpenFreeEnergy/openfe/actions/workflows/gpu-integration-tests.yaml)