From aaae065e8a098c37e1854d538793d15a3540d67b Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Wed, 4 Dec 2024 01:35:10 +0500 Subject: [PATCH] Add coverage sentence Signed-off-by: alexey semenyuk --- .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 8cb3505fe..e883a79c0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -32,6 +32,7 @@ Fixes # - [ ] My changes generates no new warnings. - [ ] My Pull Request title is in format < issue name > eg Added links in the documentation. - [ ] I have added tests that prove my fix is effective or that my feature works. +- [ ] My changes have sufficient code coverage (unit, integration, e2e tests).