From 541cce4f7c48b0a77e5b149ec2b3e1d6b51bc9a5 Mon Sep 17 00:00:00 2001 From: Olivier Le Thanh Duong Date: Thu, 14 Nov 2024 09:37:26 +0100 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md for dependencies check Add a check for dependencies update --- .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 bcf76460..ff965a1d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,7 @@ Related ClickUp, GitHub or Jira tickets : ALEPH-XXX - [ ] New classes and functions contain docstrings explaining what they provide. - [ ] All new code is covered by relevant tests. - [ ] Documentation has been updated regarding these changes. +- [ ] Dependencies update in the project.toml have been mirrored in the Debian package build script `packaging/Makefile` ## Changes