From 83c9294ccad07b9ab28bcd95787c7c281d55e71d Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Tue, 19 Nov 2024 11:05:35 -0800 Subject: [PATCH] add example notebooks bump to task list --- .github/PULL_REQUEST_TEMPLATE/release_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/release_template.md b/.github/PULL_REQUEST_TEMPLATE/release_template.md index 7b3585114..1c5020590 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/release_template.md @@ -9,6 +9,7 @@ Make the PR: * [ ] Verify that`docs/CHANGELOG.md` looks correct. * [ ] Make the PR and verify that CI/CD passes. * [ ] Merge the PR into `main`. +* [ ] Make a PR into the [example notebooks repository](https://github.com/OpenFreeEnergy/ExampleNotebooks) to update the version used in `showcase/openfe_showcase.ipynb` and `.binder/environment.yml` After Merging the PR [follow this guide](https://github.com/OpenFreeEnergy/openfe/wiki/How-to-create-a-new-release)