-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,19 @@ | ||
resolves # | ||
### About | ||
|
||
<!--- | ||
Include the number of the issue addressed by this PR above if applicable. | ||
PRs for code changes without an associated issue *will not be merged*. | ||
See CONTRIBUTING.md for more information. | ||
Describe the improvement or problem this PR is addressing. | ||
--> | ||
|
||
### Problem | ||
### Details | ||
|
||
<!--- | ||
Describe the problem this PR is solving. What is the application state | ||
before this PR is merged? | ||
--> | ||
|
||
### Solution | ||
|
||
<!--- | ||
Describe the way this PR solves the above problem. Add as much detail as you | ||
can to help reviewers understand your changes. Include any alternatives and | ||
tradeoffs you considered. | ||
Describe the way this PR addresses the improvement or problem. | ||
Add as much detail as you can to help reviewers understand your changes. | ||
When applicable, include any alternatives and tradeoffs you considered. | ||
--> | ||
|
||
### Checklist | ||
|
||
- [ ] I have read [the contributing guide](https://github.com/crate/dbt-cratedb2/blob/main/CONTRIBUTING.md) and understand what's expected of me | ||
- [ ] I have run this code in development and it appears to resolve the stated issue | ||
- [ ] This PR includes tests, or tests are not required/relevant for this PR | ||
- [ ] This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX | ||
- [ ] I have read and agree with [the contributing guide](https://github.com/crate/dbt-cratedb2/blob/main/CONTRIBUTING.md). | ||
- [ ] The code has been run in development successfully. | ||
- [ ] When applicable, this PR includes software tests. |