Add a pull request template to remind people to add tests.

This commit is contained in:
Robin Ward 2020-08-25 09:03:17 -04:00
parent d495464ead
commit e08545cf99
1 changed files with 1 additions and 0 deletions

1
.github/pull_request_template.md vendored Normal file
View File

@ -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. -->