diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a147669 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Purpose +_Describe the problem or feature in addition to a link to the issues._ + +## Approach +_How does this change address the problem?_ + +Thank you!