From 985def36f302a0b6220107bb07c6fe169349c442 Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Fri, 8 Jan 2021 20:10:59 +0100 Subject: [PATCH] .github: add checklist to PR template --- .github/PULL_REQUEST_TEMPLATE.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d33ca907c..e9449839a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,28 @@ + +This pull request includes: + +- [ ] adequate testing for the new functionality or fixed issue +- [ ] adequate documentation informing people about the change +