From 611293d69bc4febab90108c665ab30fcc84908ed Mon Sep 17 00:00:00 2001 From: Rachel Moser Date: Mon, 17 Oct 2022 19:00:40 -0500 Subject: [PATCH] Update checklist for solutions branch --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 871153e..d3ee065 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,10 +23,10 @@ Closes #XXXXX ## Pull Request Requirements - + - [ ] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) - [ ] The title of this PR follows the `location of change: brief description of change` format, e.g. `01_helloWorld: Update test cases` - [ ] 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 applicable, I have ensured any exercise files included in this PR have passed all of their tests +- [ ] 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).