From 78d2bd42d1e8fea75e9a689a4673d14337723f5f Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Fri, 6 Dec 2019 15:55:16 -0500 Subject: [PATCH] Adds a PR template **What kind of PR is this?** Documentation / GitHub **What does does this PR do / why we need it**: This adds a PR template whenver someone opens a new PR. **Which issue(s) this PR fixes**: N/A **How to test changes / Special notes to the reviewer**: N/A Signed-off-by: Charlie Drage --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..140501e95 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ + + +**What kind of PR is this?** + + +**What does does this PR do / why we need it**: + +**Which issue(s) this PR fixes**: + +Fixes #? + +**How to test changes / Special notes to the reviewer**: + +