This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new b274238283 MINOR: [Dev] Ask for generative AI disclosure in PR
template (#51282)
b274238283 is described below
commit b27423828326fb3047b59626fd5ff3093347de38
Author: Antoine Pitrou <[email protected]>
AuthorDate: Wed Sep 16 09:17:40 2026 +0200
MINOR: [Dev] Ask for generative AI disclosure in PR template (#51282)
### Rationale for this change
Often, PR submitters who evidently used AI don't disclose their usage of
AI. This adds a nudge to the PR template that they should be upfront about
their usage of AI.
The downside is that it's one more question to answer when submitting a PR.
### Are these changes tested?
No.
### Are there any user-facing changes?
No.
Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
.github/pull_request_template.md | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index a293127ed9..0187ca2dc9 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -4,7 +4,6 @@ If this is your first pull request you can find detailed
information on how to c
* [New Contributor's
Guide](https://arrow.apache.org/docs/dev/developers/guide/step_by_step/pr_lifecycle.html#reviews-and-merge-of-the-pull-request)
* [Contributing
Overview](https://arrow.apache.org/docs/dev/developers/overview.html)
- * [AI-generated Code
Guidance](https://arrow.apache.org/docs/dev/developers/overview.html#ai-generated-code)
Please remove this line and the above text before creating your pull request.
@@ -19,3 +18,18 @@ Please remove this line and the above text before creating
your pull request.
**This PR includes breaking changes to public APIs.** (If there are any
breaking changes to public APIs, please explain which changes are breaking. If
not, you can remove this.)
**This PR contains a "Critical Fix".** (If the changes fix either (a) a
security vulnerability, (b) a bug that caused incorrect or invalid data to be
produced, or (c) a bug that causes a crash (even when the API contract is
upheld), please provide explanation. If not, you can remove this.)
+
+### Was AI used for this PR?
+
+In accordance to the [AI generation
guidelines](https://arrow.apache.org/docs/dev/developers/overview.html#ai-generated-code),
please disclose below whether and how AI was used in this PR.
+
+**PR code and description written by:**
+
+- [ ] Human
+- [ ] AI
+
+**Reviewed before submission by:**
+
+- [ ] Human
+- [ ] AI
+- [ ] Not reviewed