From 36c39ad5511769cc5ac4d676c2303b44a75a7815 Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Wed, 27 Mar 2024 22:34:18 +0300 Subject: [PATCH] Update .github/workflows/pull_request_template.md Co-authored-by: Novus Nota <68142933+novusnota@users.noreply.github.com> --- .github/workflows/pull_request_template.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md index 4f01f568b..d085b801a 100644 --- a/.github/workflows/pull_request_template.md +++ b/.github/workflows/pull_request_template.md @@ -1,4 +1,9 @@ -Closes issue #number +Closes #number + + * [ ] I have updated CHANGELOG.md * [ ] I have added unit tests to check possible regressions (if your PR introduces new error messages, each of those should have a distinct test case)