From 5ec0b8757b6e49acd82191851ea71f0d516a3b11 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 13 Oct 2023 13:48:04 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md [skip ci] --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 62865cf43..94713f441 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,3 +8,5 @@ - [ ] Does it work in layouts? - [ ] Does it work in recipes? - [ ] Does it work with multiple series in one call? +- [ ] PR includes or updates tests? +- [ ] PR includes or updates documentation?