From b811d5dfdc5a92f562c5510c180af935ef535915 Mon Sep 17 00:00:00 2001 From: malinajirka Date: Fri, 2 Aug 2024 10:06:01 +0200 Subject: [PATCH] Update PR template to encourage adding unit tests --- .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 1bf0a50f380..942a403a4df 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,6 +16,7 @@ Closes: # +- [ ] I have considered adding unit tests for this change. If I decided not to add them, I have provided a brief explanation below (optional): - [ ] I have considered if this change warrants release notes and have added them to `RELEASE-NOTES.txt` if necessary. Use the "[Internal]" label for non-user-facing changes.