From 6241d95cd88c996fb264c5b3aa592a757aeb732c Mon Sep 17 00:00:00 2001 From: Erik Kundt Date: Mon, 23 Jul 2018 18:40:15 +0200 Subject: Reorders checklist in pull request template. --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 4f97514f..43f82f50 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -6,8 +6,8 @@ Please also note that this project is released with a [Contributor Code of Condu ### Checklist - [ ] Code compiles correctly -- [ ] Created tests which fail without the change (if possible) - [ ] All tests passing +- [ ] Created tests which fail without the change (if possible) - [ ] Extended the README / documentation, if necessary - [ ] Used meaningful commit messages -- cgit