From 926672f4439a1aab4f2b963e03a5c7ba2f1ebb84 Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Tue, 19 Nov 2024 13:44:05 -0800 Subject: [PATCH 1/2] Remove mention of `solutions` branch in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ca37dc1987..7b3ce1d827 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,4 +29,3 @@ Closes #XXXXX - [ ] The `Because` section summarizes the reason for this PR - [ ] The `This PR` section has a bullet point list describing the changes in this PR - [ ] If this PR addresses an open issue, it is linked in the `Issue` section -- [ ] If this PR includes changes that needs to be updated on the `solutions` branch, I have created another PR (and linked it to this PR). From 22d20d1e0f0b4dd86fb0bfa66580678598bbd02c Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Tue, 11 Feb 2025 11:37:48 -0700 Subject: [PATCH 2/2] Instruct learners to be wary of changes needed in `solutions/` --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7b3ce1d827..34f4691d43 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,3 +29,4 @@ Closes #XXXXX - [ ] The `Because` section summarizes the reason for this PR - [ ] The `This PR` section has a bullet point list describing the changes in this PR - [ ] If this PR addresses an open issue, it is linked in the `Issue` section +- [ ] If this PR includes changes to exercises, they are also changed in the `solutions` folder.