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).