From fa574f3492870b8b5c88334771e88df34101ced9 Mon Sep 17 00:00:00 2001 From: longieirl Date: Fri, 27 Mar 2026 11:36:55 +0000 Subject: [PATCH] ci(#189): add downstream impact checkbox to PR template Flags PRs that change public bankstatements_core interfaces so the private repo knows to update before consuming the next core release. Part of longieirl/bankstatements#189 Part 2. --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5533387..b7eae94 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,3 +26,7 @@ - [ ] Self-reviewed - [ ] Documentation updated (if needed) - [ ] No new warnings + +## Downstream impact +- [ ] This PR changes a public interface in `bankstatements_core` (exported class, function, or exception) +