From ea8841dfb8c92b5467777650811d6d5516e17bd0 Mon Sep 17 00:00:00 2001
From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com>
Date: Sun, 23 Feb 2020 00:42:20 -0500
Subject: [PATCH] [skip traivs] Add PR checklist

This is honestly more for myself than anyone when I add a new feature on a branch.
---
 .github/pull_request_template.md | 21 +++++++++++++++++++++
 1 file changed, 21 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..9aeb0732
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,21 @@
+## Description
+
+A description of the change and what it does.  If relevant, please provide screenshots of what results from the change.
+
+## Type of change
+
+Remove the irrelevant one.
+
+- [ ] Bug fix (non-breaking change which fixes an issue)
+- [ ] New feature (non-breaking change which adds functionality)
+
+## Checklist
+
+- [ ] Code has been linted
+- [ ] Code has been self-reviewed
+- [ ] Code has been tested and no new breakage is introduced
+- [ ] Documentation has been added
+
+## Other information
+
+Provide any other relevant information.