From 207a5e05190cd4b12f9d10b6806d2d6537e2d5a5 Mon Sep 17 00:00:00 2001
From: Foster Brereton
Date: Fri, 19 Oct 2018 22:05:16 -0700
Subject: [PATCH] adding PR templates
---
.github/PULL_REQUEST_TEMPLATE/bug_fix.md | 15 +++++++++++++++
.github/PULL_REQUEST_TEMPLATE/feature.md | 18 ++++++++++++++++++
2 files changed, 33 insertions(+)
create mode 100644 .github/PULL_REQUEST_TEMPLATE/bug_fix.md
create mode 100644 .github/PULL_REQUEST_TEMPLATE/feature.md
diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md
new file mode 100644
index 0000000..f4288b3
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md
@@ -0,0 +1,15 @@
+---
+name: Bug fix
+about: Submit a fix for an issue
+---
+
+**Fix for issue(s)**
+#NNNN
+
+**Diagnosis**
+Please include a brief description of the root cause, and the fix(es) applied.
+
+**Additional notes**
+Add any other context about the problem here.
+
+_Thank you!_
diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md
new file mode 100644
index 0000000..3439e39
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE/feature.md
@@ -0,0 +1,18 @@
+---
+name: Feature
+about: Provide new functionality
+---
+
+**Optional: Related issue(s)**
+#NNNN
+
+**What's Changed**
+A clear and concise description of what's included in this PR.
+
+**Rationale**
+A clear and concise description of why this change is valuable.
+
+**Additional context**
+Add any other context here.
+
+_Thank you!_