From c841e0e40510c11eee2032a43d444c16589b5da2 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 28 Sep 2021 08:56:16 -0400 Subject: [PATCH] Add PR template too --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 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 0000000..9c3808e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ + + +### Purpose/implementation Section + +#### What changes are being implemented in this Pull Request? + + + +#### What was your approach? + + + +#### What GitHub issue does your pull request address? + + + +### Tell potential reviewers what kind of feedback you are soliciting.