You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,22 @@
1
1
resolves #
2
2
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
+
4
12
<!---
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.
6
16
-->
7
17
8
18
## 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).
10
20
-[ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-utils/blob/main/CONTRIBUTING.md) and understand what's expected of me
11
21
-[ ] I have run this code in development and it appears to resolve the stated issue
12
22
-[ ] This PR includes tests, or tests are not required/relevant for this PR
0 commit comments