From ce7d103db3b07d24ea1dea5167e3454220ef8f33 Mon Sep 17 00:00:00 2001 From: lihbr Date: Thu, 6 May 2021 16:33:46 +0200 Subject: [PATCH] chore: update pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d1f1e4d..2cd6711 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,5 +22,6 @@ - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. (PR: #) +- [ ] All new and existing tests are passing.