From 30ae46ad6656914bd53fdabb43459fedbba8e26a Mon Sep 17 00:00:00 2001 From: annaCPR Date: Thu, 29 Aug 2024 15:01:49 +0100 Subject: [PATCH] Update PR template to include checking the db_client version is latest (#318) --- .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 6bbd54b8..b3228806 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -47,6 +47,7 @@ Please describe the tests that you added to verify your changes. ## Reviewer Checklist +- [ ] **DB_CLIENT DEPENDENCY IS ON THE LATEST VERSION** - [ ] The PR represents a single feature (small driveby fixes are also ok) - [ ] The PR includes tests that are sufficient for the level of risk - [ ] The code is sufficiently commented, particularly in hard-to-understand areas