Skip to content

Commit 70b4ecb

Browse files
authored
Align the PR description with dbt-core, dbt-adapters, etc. (#244)
* Align the PR description with dbt-core, dbt-adapters, etc. * Add hyperlink to the open issues
1 parent af4e2c0 commit 70b4ecb

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
resolves #
22

3-
## Description & motivation
3+
### Problem
4+
5+
<!---
6+
Describe the problem this PR is solving. What is the application state
7+
before this PR is merged?
8+
-->
9+
10+
### Solution
11+
412
<!---
5-
Describe your changes, and why you're making them.
13+
Describe the way this PR solves the above problem. Add as much detail as you
14+
can to help reviewers understand your changes. Include any alternatives and
15+
tradeoffs you considered.
616
-->
717

818
## Checklist
9-
- [ ] This code is associated with an issue which has been triaged and [accepted for development](https://docs.getdbt.com/docs/contributing/oss-expectations#pull-requests).
19+
- [ ] This code is associated with an [issue](https://github.com/dbt-labs/dbt-codegen/issues) which has been triaged and [accepted for development](https://docs.getdbt.com/docs/contributing/oss-expectations#pull-requests).
1020
- [ ] I have verified that these changes work locally
1121
- [ ] I have updated the README.md (if applicable)
1222
- [ ] I have added tests & descriptions to my models (and macros if applicable)

0 commit comments

Comments
 (0)