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.