a05d4d60c8
* 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
1.8 KiB
1.8 KiB
Because
This PR
Issue
Closes #XXXXX
Additional Information
Pull Request Requirements
- I have thoroughly read and understand The Odin Project Contributing Guide
- The title of this PR follows the
location of change: brief description of change
format, e.g.01_helloWorld: Update test cases
- 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 this PR includes changes that needs to be updated on the
solutions
branch, I have created another PR (and linked it to this PR).