Skip to content

Commit

Permalink
Added periods
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrenay authored May 20, 2020
1 parent 0347568 commit 9c7fbe7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pr_templates/data_modeling_pr.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
## Overview
_Summarize the goal of your work and what motivated it_
_Summarize the goal of your work and what motivated it._

## Key changes
- _Describe major updates_
- _Describe major updates._

## Other notes
- _List open questions and other things your reviewer should know_
- _List open questions and other things your reviewer should know._

## Related links
- _List links to related ticket(s)_
- _(optional) Link to other files and resources, such as specific related reports in a BI tool_
- _List links to related ticket(s)._
- _(optional) Link to other files and resources, such as specific related reports in a BI tool._

## Checklist
- [ ] All models, whether directly changed by this PR or not, run successfully
- [ ] New code follows [dbt coding conventions](https://github.com/brooklyn-data/co/blob/master/dbt_coding_conventions.md) and [SQL style guide](https://github.com/brooklyn-data/co/blob/master/sql_style_guide.md)
- [ ] All models, whether directly changed by this PR or not, run successfully.
- [ ] New code follows [dbt coding conventions](https://github.com/brooklyn-data/co/blob/master/dbt_coding_conventions.md) and [SQL style guide](https://github.com/brooklyn-data/co/blob/master/sql_style_guide.md).
- [ ] Testing:
- [ ] All added/modified models and columns are documented and tested in `schema.yml` files
- [ ] All tests pass **OR**
- [ ] All added/modified models and columns are documented and tested in `schema.yml` files.
- [ ] All tests pass. **OR**
_Check one:_
- [ ] There are no new test failures, whether or not the existing model was intentionally changed for this PR
- [ ] This PR causes new test failures and there is a plan in place for addressing them
- [ ] There are no new test failures, whether or not the existing model was intentionally changed for this PR.
- [ ] This PR causes new test failures and there is a plan in place for addressing them.

0 comments on commit 9c7fbe7

Please sign in to comment.