diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..126652e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,85 @@ + + + + +# Summary + +_Provide a one or two sentence summary of the update that can be used in the release notes._ + + +## Related issue + +Closes #_[issue_no]_ + + +## Problem statement + +_Summarize the problem this PR solves in a clear and concise statement._ + + +## Solution + +_Provide a summary of the solution this PR offers._ + + +## Testing and review + +_Share recommended methods for reviewing this change._ + + +## Dependency updates + +_List dependency updates in a table._ + \ No newline at end of file