From 4f3e3026bc455b3b47666567f273b2f84f932d32 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 29 Sep 2024 13:31:16 -0700 Subject: [PATCH] added request to add to release.txt in the PR template --- .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 4c2d467669..423ba3f7b3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,5 +7,5 @@ https://scons.org/guidelines.html ## Contributor Checklist: * [ ] I have created a new test or updated the unit tests to cover the new/changed functionality. -* [ ] I have updated `CHANGES.txt` (and read the `README.rst`) +* [ ] I have updated `CHANGES.txt` and `RELEASE.txt` (and read the `README.rst`). * [ ] I have updated the appropriate documentation