Skip to content

Commit

Permalink
PR Template Updates (#22)
Browse files Browse the repository at this point in the history
* Adding D&A Dependencies reminder to PR Template

* Making Tailor Made & Premium Blend owners of PR Template

* Use warning emoji for risk levels in PR template

---------

Co-authored-by: Christopher R. Murphy <[email protected]>
  • Loading branch information
danielwheeler1987 and chmurph2 authored Apr 4, 2024
1 parent 28548a5 commit 172c5c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* @customink/atlas

.github/pull_request_template.md @customink/tailor-made @customink/premium-blend
15 changes: 10 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Provide a concise summary of the motivation and the driving force behind this ch
_[Replace this with a description of the risk, if any, and how the change will be deployed.]_

<!-- remove any that do not apply -->
- Big/complex change
- Big splash zone
- High stakes if errors occur
- Low confidence
- Not hidden by feature flag
- ⚠️ Big/complex change
- ⚠️ Big splash zone
- ⚠️ High stakes if errors occur
- ⚠️ Low confidence
- ⚠️ Not hidden by feature flag
- ✅ Negligible risk!

### Changes
Expand Down Expand Up @@ -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?

<!--
Expand Down

0 comments on commit 172c5c3

Please sign in to comment.