pr template
This commit is contained in:
parent
da56aa3bb8
commit
67087cc7cb
1 changed files with 16 additions and 0 deletions
16
.azuredevops/pull_request_template.md
Normal file
16
.azuredevops/pull_request_template.md
Normal file
|
|
@ -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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue