From 81653b91482bdc867c4406cf3bfc4f8717cc4231 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 22 Dec 2024 02:58:51 +0100 Subject: [PATCH] Chore: Trim pull request template --- .github/pull_request_template.md | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 43ba67e..f18fc15 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,29 +1,19 @@ -resolves # +### About -### Problem +### Details - -### Solution - - ### 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.