From a4861d416bfa9e0b7edeeb4c34b0552c04ae548a Mon Sep 17 00:00:00 2001 From: Dave Wunderlich <30735082+david-wunderlich@users.noreply.github.com> Date: Fri, 4 Mar 2022 10:45:01 -0500 Subject: [PATCH] Add .github/pull_request_template.md --- .github/pull_request_template.md | 44 ++++++++++++++++++++++++++++++++ 1 file changed, 44 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..ee6b0ff --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,44 @@ +## What does this PR do? + + + + +## What image or gif best represents this PR? + + + + + +## Why is this needed? + + + + + +## How does it work? + + + + + +## Please explain how this was tested +* [ ] If applicable, have you wrote unit tests? + + + + + +## Screenshots (optional) + + + + + +## Documentation +* [ ] Have you updated the appropriate documentation? + + + + + +## Anything Else?