diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..224b109
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,13 @@
+## Issue Type
+<!-- ignore-task-list-start -->
+- [ ] Bug
+- [ ] Document
+- [ ] Enhancement
+<!-- ignore-task-list-end -->
+
+## Checklist
+- [x] I have read the [CONTRIBUTING.md]()
+- [x] I have made corresponding changes to the documentation
+- [x] My changes generate no lint errors
+- [x] I have added tests that prove my fix is effective or that my feature works
+- [x] New and existing unit tests pass locally with my changes