2022-10-22 02:31:30 +00:00
<!-- Thank you for taking the time to contribute to The Odin Project. In order to get this pull request (PR) merged in a reasonable amount of time, you must complete this entire template. -->
2022-01-21 12:45:47 +00:00
2022-10-22 02:31:30 +00:00
## Because
<!-- Summarize the purpose or reasons for this PR, e.g. what problem it solves or what benefit it provides. -->
2022-01-24 12:45:42 +00:00
2022-01-21 12:45:47 +00:00
2022-10-22 02:31:30 +00:00
## This PR
<!-- A bullet point list of one or more items describing the specific changes. -->
2022-01-24 12:45:42 +00:00
2022-01-21 12:45:47 +00:00
2022-10-22 02:31:30 +00:00
## Issue
<!--
If this PR closes an open issue in this repo, replace the XXXXX below with the issue number, e.g. Closes #2013 .
2022-02-20 18:04:57 +00:00
2022-10-22 02:31:30 +00:00
If this PR closes an open issue in another TOP repo, replace the #XXXXX with the URL of the issue, e.g. Closes https://github.com/TheOdinProject/curriculum/issues/XXXXX
2022-02-20 18:04:57 +00:00
2022-10-22 02:31:30 +00:00
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
2022-02-20 18:04:57 +00:00
2022-10-22 02:31:30 +00:00
## Additional Information
<!-- Any other information about this PR, such as a link to a Discord discussion. -->
2022-02-20 18:04:57 +00:00
2022-10-22 02:31:30 +00:00
## Pull Request Requirements
<!-- Replace the whitespace between the square brackets with an 'x', e.g. [x]. After you create the PR, they will become checkboxes that you can click on. -->
2023-07-05 12:52:01 +00:00
- [ ] I have thoroughly read and understand [The Odin Project Contributing Guide ](https://github.com/TheOdinProject/.github/blob/main/CONTRIBUTING.md )
2022-10-22 02:31:30 +00:00
- [ ] 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