From 3239ea34c6e48cbf1fd40d8224fb4fba24d5cb70 Mon Sep 17 00:00:00 2001 From: Dave Shiga Date: Thu, 29 Mar 2018 11:25:17 -0400 Subject: [PATCH] Add PR checklist (643) --- pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 00000000..2a91a989 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,5 @@ +Please ensure the following when opening a PR: +- [ ] Added or updated tests +- [ ] Updated documentation +- [ ] Applied style guidelines +- [ ] Considered generalizability beyond our own use case