From 6f21c4da0078c74c0a57d0631e68007396e59daa Mon Sep 17 00:00:00 2001
From: Alexander Keating <atk315315@gmail.com>
Date: Wed, 16 Dec 2020 21:57:52 -0500
Subject: [PATCH] Add new pull request template

---
 .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++
 1 file changed, 16 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 00000000..e4d5560a
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,16 @@
+## Description
+
+Describe the changes that where made in this pull request. When possible start the motivations behind the change. Be sure to also include the following information:
+
+1. Motivation for change?
+2. What was changed?
+3. Link to relevant issues?
+
+## Checklist
+
+- [ ] [Conventional commits were used](https://www.conventionalcommits.org/en/v1.0.0/)
+- [ ] New links to files and images were verified
+- [ ] For fixes/refactors: all existing references were identified and replaced
+- [ ] [Style guide](https://developers.google.com/style) was reviewed and applied
+- [ ] Clear code samples were provided
+- [ ] People were tagged for review