From 4004e8146703e1db661113aa6cadb26e93c5acdc Mon Sep 17 00:00:00 2001 From: Jasper Moelker Date: Thu, 31 Mar 2016 17:13:47 +0200 Subject: [PATCH] chore(github): add pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 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..d3f505f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +## Summary + +Proposed changes: + +* .. +* .. + +Resolves # . + +## Checklist + +* [ ] The changes only affect or contain one module. +* [ ] The changes are according to [contribution guidelines](/CONTRIBUTING.md). +* [ ] The new module is linked in the [list of available modules](/README.md#modules) (only if changes introduce new module). +* [ ] The changes can be merged into the target branch without conflicts. \ No newline at end of file