From b0b277c917516c19b2fe185a4ed464617c2a0762 Mon Sep 17 00:00:00 2001 From: Ben Lopatin Date: Mon, 29 Oct 2018 18:02:19 -0400 Subject: [PATCH] Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 0000000..69bcb05 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +### Summary of changes + + +## Checklist + +- [ ] Changes represent a *discrete update* +- [ ] Commit messages are meaningful and descriptive +- [ ] Changeset does not include any extraneous changes unrelated to the discrete change