From 4084fd83c8f5b4a71eb1be8e9421c1a68cff4c3d Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Tue, 19 May 2020 19:03:31 -0700 Subject: [PATCH] Create pull_request_template.md --- .../PULL_REQUEST_TEMPLATE/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..ccd83bd --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,12 @@ +## Issue + +Please reference the issue that this PR is solving +Closes #[issue id goes here] + +## Description of Changes + +Please briefly describe the changes being made + +## Testing + +Please explain how you tested these changes and how a maintainer should reproduce the test