Skip to content

Commit af64dbe

Browse files
authored
Align the PR description with dbt-core, dbt-adapters, etc. (dbt-labs#911)
* Align the PR description with dbt-core, dbt-adapters, etc. * Add hyperlink to the open issues
1 parent 3c7baae commit af64dbe

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

‎.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-utils/issues) which has been triaged and [accepted for development](https://docs.getdbt.com/docs/contributing/oss-expectations#pull-requests).
1020
- [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-utils/blob/main/CONTRIBUTING.md) and understand what's expected of me
1121
- [ ] I have run this code in development and it appears to resolve the stated issue
1222
- [ ] This PR includes tests, or tests are not required/relevant for this PR

0 commit comments

Comments
 (0)