From aa3848854ddcb4c25226a01ac45a2ead3a19005f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20J=C3=B8rgensen?= Date: Wed, 20 Nov 2024 21:18:00 +0000 Subject: [PATCH 1/2] add Pull request template --- .github/pull_request_template.md | 58 ++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..662dd4be6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,58 @@ + + +### What changes were proposed in this pull request? + + + +### Why are the changes needed? + + + +### Does this PR introduce _any_ user-facing change? + + + +### How was this patch tested? + + + +### Was this patch authored or co-authored using generative AI tooling? + \ No newline at end of file From 857f980e96cabec59c2b043d18f34f1a3ac539a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20J=C3=B8rgensen?= Date: Sun, 9 Feb 2025 21:39:47 +0000 Subject: [PATCH 2/2] remove spark stuff --- .github/pull_request_template.md | 48 +++++--------------------------- 1 file changed, 7 insertions(+), 41 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 662dd4be6..d84d62241 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,15 +1,10 @@ ### What changes were proposed in this pull request? @@ -17,42 +12,13 @@ Thanks for sending a pull request! Here are some tips for you: Please clarify what changes you are proposing. The purpose of this section is to outline the changes and how this PR fixes the issue. If possible, please consider writing useful notes for better and faster reviews in your PR. See the examples below. 1. If you refactor some codes with changing classes, showing the class hierarchy will help reviewers. - 2. If you fix some SQL features, you can provide some references of other DBMSes. - 3. If there is design documentation, please add the link. - 4. If there is a discussion in the mailing list, please add the link. + 2. If there is design documentation, please add the link. + 3. If there is a discussion in the mailing list, please add the link. --> - ### Why are the changes needed? - - -### Does this PR introduce _any_ user-facing change? - - - -### How was this patch tested? - - - -### Was this patch authored or co-authored using generative AI tooling? - \ No newline at end of file