From 2e98308c9549ea8225b142675ec705ede2ca8dbf Mon Sep 17 00:00:00 2001 From: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com> Date: Sun, 23 Jan 2022 10:11:09 -0500 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4dc4ee0..0e3ea3b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,14 @@ -- [ ] You have thoroughly read our [CSS Exercises Contributing Guide](https://github.com/TheOdinProject/css-exercises/blob/main/CONTRIBUTING.md). -- [ ] The title of this PR is in `file/exercise/folder: brief description of changes` format, e.g. `01 flex center: add hint for XYZ` -- [ ] If the PR is related to an open issue, link the issue to the PR by replacing `XXXXX` in Step 2 below with the issue number, e.g. `#2013`. -- [ ] If changes are requested, please make the changes in a timely manner. After you submit the changes, request another review from the maintainer (top of the right sidebar). +- [ ] I have thoroughly read the [CSS Exercises Contributing Guide](https://github.com/TheOdinProject/css-exercises/blob/main/CONTRIBUTING.md) +- [ ] The title of this PR is in `file/exercise/folder: brief description of changes` format e.g. `01 flex center: add hint for XYZ` +- [ ] If one exists, I have linked a related open issue to this PR by replacing `XXXXX` in Step 2 below with the issue number, e.g. `#2013` +- [ ] If changes were requested, I have made them in a timely manner and re-requested a review from the maintainer (top of the right sidebar) **1. Description of the Changes** - + **2. Related Issue**