From 3f140f3fa034cd73f4609df679d0b94e85a41164 Mon Sep 17 00:00:00 2001 From: Daniel Wheeler Date: Wed, 3 Apr 2024 10:34:22 -0400 Subject: [PATCH] Adding D&A Dependencies reminder to PR Template --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 35f7091..363218b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -69,6 +69,11 @@ Common, optional tasks are included here in case you forgot something important. - Are there any new queries in your change set that might require new indexes? - Do any new queries require time-boxing to avoid table-scans when the data grows? + +##### Data & Analytics Dependencies +- For customer-facing applications, are there any GA tagging changes that are needed or created by this change? If so, have those been discussed with D&A? +- Has Data Engineering been notified of any schema changes? + ### What GIF Best Describes This Pull Request?