From 6a4f2ecadf3ca2d611b3690d98b9e9101a732186 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Thu, 31 May 2018 20:57:57 +0200 Subject: [PATCH] Add PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 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..d02e63b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ + + +#### Summary + + +#### Checklist +[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] +- [ ] Tests are passing: `task test` +- [ ] Code style is correct: `task lint`