From 30367eb76dce5d3b612702b3f02e85bf9ef42cd3 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Tue, 22 May 2018 16:33:13 +0200 Subject: [PATCH] Add PR template --- PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 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..1ceda83c --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +Replace me with your description. + +--- + +Checklist: + +* [ ] Rebased against `dev` branch +* [ ] My name is in the resp. CONTRIBUTORS/AUTHORS file +* [ ] Followed [the seven rules of great commit messages](https://chris.beams.io/posts/git-commit/#seven-rules)