From dafbb4c4f395e452e0aadf1a2e4b3dc341d476d6 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 20 Aug 2021 14:15:04 +0200 Subject: [PATCH] added one more PR checklist item --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 63751557..cfc46c12 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,4 +12,5 @@ It changes the following: I followed the checklist: - [ ] I added unittests - [ ] I ran `make check` without errors -- [ ] I tested the overall application \ No newline at end of file +- [ ] I tested the overall application +- [ ] I added an appropriate item to the changelog \ No newline at end of file