From e08545cf99bb6f16c5971a4764c34696e5b78178 Mon Sep 17 00:00:00 2001
From: Robin Ward <robin.ward@gmail.com>
Date: Tue, 25 Aug 2020 09:03:17 -0400
Subject: [PATCH] Add a pull request template to remind people to add tests.

---
 .github/pull_request_template.md | 1 +
 1 file changed, 1 insertion(+)
 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 00000000000..ba13bf1f29c
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1 @@
+<!-- NOTE: All pull requests should have tests (rspec in Ruby, qunit in Javascript). If your code does not include test coverage, please include an explanation of why it was omitted. -->