diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index d6c076b..c1c9cf7 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,14 @@ -## Purpose +## Goal _Describe the problem or feature in addition to a link to the issues._ ## Approach -_How does this change address the problem?_ +_How does this address the problem?_ -#### Open Questions and Pre-Merge TODOs -- [ ] Use github checklists. When solved, check the box and explain the answer. +## New Features/Changes +_Make a list of all the things that have changed_ + +## Example +_Throw in a little snippet of code that showcases your work_ + +## Open Questions and TODOs +- [X] Use github checklists. _When solved, check the box and explain the answer._