From 0a96e43f879ec847d871e495ad614595514d77ba Mon Sep 17 00:00:00 2001 From: Gabor Roczei <1918366+roczei@users.noreply.github.com> Date: Fri, 29 May 2026 12:32:09 +0200 Subject: [PATCH 1/2] LIVY-1047: Update PR template to align with ASF Generative Tooling Guidance This adds a section to the PR template asking "Was this patch authored or co-authored using generative AI tooling?" to align with the ASF Generative Tooling Guidance: https://www.apache.org/legal/generative-tooling.html This was created based on the Spark template with minor adjustments to ensure the formatting matches the previous two sections: https://github.com/apache/spark/blob/master/.github/PULL_REQUEST_TEMPLATE Co-authored-by: zero323 <1554276+zero323@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index cb5ab3d9e..143c7fb1f 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -9,3 +9,11 @@ (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) Please review https://livy.incubator.apache.org/community/ before opening a pull request. + +### Was this patch authored or co-authored using generative AI tooling? + +(If generative AI tooling has been used in the process of authoring this patch, please include the) +(phrase: 'Generated-by: ' followed by the name of the tool and its version.) +(If no, write 'No'.) + +Please refer to the [ASF Generative Tooling Guidance](https://www.apache.org/legal/generative-tooling.html) for details. From 1ef570c056f67f02a6ce507326e68e7ada326faf Mon Sep 17 00:00:00 2001 From: Gabor Roczei Date: Fri, 29 May 2026 14:25:51 +0200 Subject: [PATCH 2/2] Address Marco's review comments --- .github/PULL_REQUEST_TEMPLATE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 143c7fb1f..96597769d 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -10,10 +10,10 @@ Please review https://livy.incubator.apache.org/community/ before opening a pull request. -### Was this patch authored or co-authored using generative AI tooling? +## Was this patch authored or co-authored using generative AI tooling? -(If generative AI tooling has been used in the process of authoring this patch, please include the) -(phrase: 'Generated-by: ' followed by the name of the tool and its version.) +(If generative AI tooling has been used in the process of authoring this patch, please include the phrase:) +('Generated-by: ' followed by the name of the tool and its version.) (If no, write 'No'.) Please refer to the [ASF Generative Tooling Guidance](https://www.apache.org/legal/generative-tooling.html) for details.