From 55c424f4d155e8b4c65532f8788d454a4932f613 Mon Sep 17 00:00:00 2001
From: Joseph Ting <josephting@users.noreply.github.com>
Date: Fri, 09 Nov 2018 15:23:48 +0000
Subject: [PATCH] Add pull request template (#115)

---
 .github/pull_request_template.md |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..85e5770
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,7 @@
+# Pull Request Checklist
+
+- [ ] Describe what changes are being made
+- [ ] Explain why and how the changes were necessary and implemented respectively
+- [ ] Reference issue with `#<ISSUE_NO>` if applicable
+- [ ] If you have changed any SCSS code, run `make release` to regenerate all CSS files.
+- [ ] Add yourself to `CONTRIBUTORS.md` if you aren't on it already

--
Gitblit v1.10.0