From a05d4d60c8376df82edb50da462cdc36df9fa31a Mon Sep 17 00:00:00 2001 From: Rachel Moser <33227096+rlmoser99@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:43:16 -0500 Subject: [PATCH] PR Template: Flip order of checklist and details (#289) * PR Template: Flip order of checklist and details Because: If the details are first, they are viewable in Discord's webhook. This PR: * Moves the detail sections to the beginning of the template * Moves the checklist section to the end of the template * Adds an issue section to link the issue * Adds the Because, This PR, and Issue sections to checklist * Reduce wording that is not essential --- .github/PULL_REQUEST_TEMPLATE.md | 42 +++++++++++++++++--------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5a8d2e0..d3ee065 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_helloWorld: Update test cases` +## Because + -Complete the following checkboxes ONLY IF they are applicable to your PR. You can complete them later if they are not currently applicable: -- [ ] I have ensured any exercise files included in this PR have passed all of their tests -