diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..b36928f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## Summary & Motivation + +- + +## How I Tested These Changes + +- + +## Changelog + +Ensure that an entry has been created in `CHANGELOG.md` outlining additions, deletions, and/or modifications. + +See: [keepachangelog.com](https://keepachangelog.com/en/1.0.0/)