diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 3a7b485fd2f..03cf1baeaca 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,30 +1,32 @@
-
+
-Complete the following REQUIRED checkboxes:
-
-- [ ] 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-flex-center: Update self check`
+## Because
+
-Complete the following checkbox ONLY IF it is applicable to your PR. You can complete it later if it is not currently applicable:
-- [ ] I have ensured that the TOP solution files match the Desired Outcome image
-
+## This PR
+
-**1. Because:**
-
-Closes #XXXXX
+## Issue
+
+If this PR does not close, but is related to another issue or PR, you can link it as above without the 'Closes' keyword, e.g. 'Related to #2013'.
+-->
+Closes #XXXXX
+## Additional Information
+
-**3. Additional Information:**
-
+## 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-flex-center: Update self check`
+- [ ] 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 that the TOP solution files match the Desired Outcome image