generated from dbt-labs/jaffle-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from kimLalilo/add-pr-template
add pull_request template
- Loading branch information
Showing
6 changed files
with
52 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
_If you are not comfortable with Markdown, use the preview button and [here](https://enterprise.github.com/downloads/en/markdown-cheatsheet.pdf) is a cheat sheet to help you!_ | ||
|
||
|
||
## Description | ||
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. | ||
|
||
## Key details | ||
### Notion document | ||
Include URL of the Notion document that contains the design details for this PR. | ||
|
||
### Type of change | ||
Delete any options that are not relevant. | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
|
||
### Priority | ||
Select one | ||
- [ ] HIGH (please approve immediately!) | ||
- [ ] Medium (please approve in 1-2 days) | ||
- [ ] low (can be approved within 1 week) | ||
|
||
### Risk | ||
Select one | ||
- [ ] HIGH (contains complex logic that may introduce breaking changes) | ||
- [ ] Medium (moderate to low risk, but any potential errors can be remedied quickly) | ||
- [ ] low (very low likelihood of introducing breaking changes) | ||
|
||
## Building | ||
Provide more details, if necessary, on how to build the changes made in this PR. | ||
|
||
## Quality Assurance | ||
Describe the QA process you followed for this PR. | ||
|
||
What would be impacted if the changes introduce non-breaking errors? | ||
|
||
## Validation | ||
Add validation steps here if it qualifies. | ||
|
||
## Checklist: | ||
- [ ] I have checked whether my modifications impact any data shared to Renaissance (models in data_sent_to_renaissance folder) | ||
- [ ] If yes, I have put a message on #renaissance-data-exchange to warn external data consumers so they can anticipate | ||
- [ ] My code follows the style guidelines of this project | ||
- [ ] I have performed a self-review of my code | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] New and existing dbt tests pass locally with my changes | ||
- [ ] when there is a schema change, check if full refresh is necessary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters