From b94a60ae6e10e7ade3d3f6b74605e91e7a97ddd3 Mon Sep 17 00:00:00 2001 From: "Mr. Thank You" <52643283+mrthankyou@users.noreply.github.com> Date: Mon, 23 Dec 2019 14:58:12 -0500 Subject: [PATCH 1/2] Add PR template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 000000000..180ea7e05 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## Description of Issue + +Fixes #your_issue_number_here + +## How Was This Issue Fixed? + +## How Was This Tested? + +Please provide any screenshots if applicable. + +## Anything Else We Should Know From e81ecc1135c573d0954669a095a1e1c6ae5386f6 Mon Sep 17 00:00:00 2001 From: Frank Harkins <36071638+frankharkins@users.noreply.github.com> Date: Mon, 27 Jan 2020 14:51:39 +0000 Subject: [PATCH 2/2] Update pull_request_template.md --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 180ea7e05..62b0d6fcf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,8 @@ -## Description of Issue +## Description of Issue (if Applicable) Fixes #your_issue_number_here -## How Was This Issue Fixed? +## What Changes Were Made? ## How Was This Tested?