This is an automated email from the ASF dual-hosted git repository.
hongze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new d3f2abb266 [INFRA] Require disclosure for AI-generated PRs and issues
(#11492)
d3f2abb266 is described below
commit d3f2abb26642582d45583f744c66a44753ee0a12
Author: Mingliang Zhu <[email protected]>
AuthorDate: Tue Jan 27 23:26:14 2026 +0800
[INFRA] Require disclosure for AI-generated PRs and issues (#11492)
---
.github/ISSUE_TEMPLATE/bug.yml | 2 +-
.github/ISSUE_TEMPLATE/build.yml | 2 +-
.github/ISSUE_TEMPLATE/enhancement.yml | 2 +-
.github/PULL_REQUEST_TEMPLATE | 9 +++++++++
4 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index dd49ddaa3c..21e12f2fff 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -38,7 +38,7 @@ body:
attributes:
label: Bug description
description: Please describe the issue and the expected behavior.
- value: "[Expected behavior] and [actual behavior]."
+ value: "[Expected behavior] and [actual behavior]. If this issue was
written with the assistance of AI, please note that at the end of the
description."
validations:
required: true
diff --git a/.github/ISSUE_TEMPLATE/build.yml b/.github/ISSUE_TEMPLATE/build.yml
index a185c14a91..504a12c045 100644
--- a/.github/ISSUE_TEMPLATE/build.yml
+++ b/.github/ISSUE_TEMPLATE/build.yml
@@ -26,7 +26,7 @@ body:
attributes:
label: Problem description
description: Please describe the problem.
- value: "Please describe how you were trying to build velox and what
issue occured"
+ value: "Please describe how you were trying to build velox and what
issue occured. If this issue was written with the assistance of AI, please note
that at the end of the description."
validations:
required: true
- type: textarea
diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml
b/.github/ISSUE_TEMPLATE/enhancement.yml
index fd1f0e8249..dde3e917a9 100644
--- a/.github/ISSUE_TEMPLATE/enhancement.yml
+++ b/.github/ISSUE_TEMPLATE/enhancement.yml
@@ -26,7 +26,7 @@ body:
id: description
attributes:
label: Description
- description: Please describe the potential enhancement and its use cases.
+ description: Please describe the potential enhancement and its use
cases. If this enhancement was written with the assistance of AI, please note
that at the end of the description.
validations:
required: true
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 1076f58ecb..c6fda31113 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -25,3 +25,12 @@ Describe how the changes were tested, if applicable.
Include new tests to validate the functionality, if necessary.
For UI-related changes, attach screenshots to demonstrate the updates.
-->
+
+## 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.
+-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]