From 67087cc7cb6026b677fc576400b3b86d2b1caf50 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Tue, 30 Jul 2024 16:24:36 +0200 Subject: [PATCH] pr template --- .azuredevops/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .azuredevops/pull_request_template.md diff --git a/.azuredevops/pull_request_template.md b/.azuredevops/pull_request_template.md new file mode 100644 index 0000000..4883d2b --- /dev/null +++ b/.azuredevops/pull_request_template.md @@ -0,0 +1,16 @@ + +# Description + +_Describe your motivation and changes here._ + +# Checklist + +- [ ] The edited models and dependants run properly with production data. +- [ ] The edited models are sufficiently documented. +- [ ] The edited models contain PK tests, and I've ran and passed them. +- [ ] I have checked for DRY opportunities with other models and docs. +- [ ] I've picked the right materialization for the affected models. + +# Other + +- [ ] Check if a full-refresh is required after this PR is merged.