diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..f3d69486 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +### Summary +A description of changes or issues addressed by this PR. Provide links to relevant PRs if any. + +### Test Plan +Say unittests, or list out steps to verify changes. + +### References +(Optional) Additional links to provide more context.