This is an automated email from the ASF dual-hosted git repository.
mgaido91 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git
The following commit(s) were added to refs/heads/master by this push:
new 45e96b66 [LIVY-1047] Update PR template to align with ASF Generative
Tooling Guidance (#524)
45e96b66 is described below
commit 45e96b669ed98d2930664b57af164cc2dda8990b
Author: Gabor Roczei <[email protected]>
AuthorDate: Fri May 29 16:11:02 2026 +0200
[LIVY-1047] Update PR template to align with ASF Generative Tooling
Guidance (#524)
## What changes were proposed in this pull request?
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
## How was this patch tested?
I tried it out in my own git repository.
---
.github/PULL_REQUEST_TEMPLATE | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index cb5ab3d9..96597769 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.