From 58b26e78584562620ecdee445ef2bf2edf408330 Mon Sep 17 00:00:00 2001 From: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com> Date: Mon, 24 Jan 2022 07:45:42 -0500 Subject: [PATCH] Clarify which checkboxes are required --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0e3ea3b..5f76cd3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,17 @@ - + + - [ ] 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**