Skip to content

Commit

Permalink
Update pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmclarke authored Jul 18, 2024
1 parent 61f7071 commit 2d352fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!---
<!---
Provide a short summary in the Title above. Examples of good PR titles:
Expand All @@ -12,7 +12,7 @@ Provide a short summary in the Title above. Examples of good PR titles:

## Description & motivation

&lt;!---
<!---
Describe your changes, and why you're making them. Is this linked to an open
Expand All @@ -22,7 +22,7 @@ issue, a Trello card, or another pull request? Link it here.

## To-do before merge

&lt;!---
<!---
(Optional -- remove this section if not needed)
Expand All @@ -38,7 +38,7 @@ Include any notes about things that need to happen before this PR is merged, e.g

## Screenshots:

&lt;!---
<!---
Include a screenshot of the relevant section of the updated DAG. You can access
Expand All @@ -48,7 +48,7 @@ your version of the DAG by running `dbt docs generate && dbt docs serve`.

## Validation of models:

&lt;!---
<!---
Include any output that confirms that the models do what is expected. This might
Expand All @@ -60,7 +60,7 @@ compares an existing model with a new one.

## Changes to existing models:

&lt;!---
<!---
Include this section if you are changing any existing models. Link any related
Expand All @@ -72,7 +72,7 @@ models should be dropped after merge, or whether a full-refresh run is required)

## Checklist:

&lt;!---
<!---
This checklist is mostly useful as a reminder of small things that can easily be
Expand Down Expand Up @@ -102,4 +102,4 @@ addressed, and remove any items that are not relevant to this PR.

- [ ] I have validated the SQL in any late-binding views.

{% endif %}
{% endif %}

0 comments on commit 2d352fc

Please sign in to comment.