From a361c8d19d7df3e1a18f0810a48a1467b26b4998 Mon Sep 17 00:00:00 2001 From: Chau Vu <3219603+chauvm@users.noreply.github.com> Date: Wed, 15 May 2019 11:48:37 -0700 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/pull_request_template.md 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.