From 0b451fe3d55fdec6098e575bb630aca1317ca234 Mon Sep 17 00:00:00 2001 From: Nurzhan Saken Date: Thu, 5 Sep 2024 09:30:58 +0400 Subject: [PATCH] chore: add an item on CI checks to PR template (#5030) --- .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 8deb0fe4695..f513402f73b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,6 +26,7 @@ - [ ] I've read [`CONTRIBUTING.md`](../CONTRIBUTING.md). - [ ] (optional) I've written unit tests for the code changes. - [ ] All review comments have been resolved. +- [ ] All CI checks pass.