This is an automated email from the ASF dual-hosted git repository.
thisisnic 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 f8955125c9 MINOR: [Docs] Add links to AI-generated code guidance
(#49131)
f8955125c9 is described below
commit f8955125c9ce43bd0aabeb328604f9746b31f954
Author: Nic Crane <[email protected]>
AuthorDate: Wed Feb 4 15:31:01 2026 -0500
MINOR: [Docs] Add links to AI-generated code guidance (#49131)
### Rationale for this change
Add link to AI-generated code guidance - we should make sure the docs are
updated before we merge this though
### What changes are included in this PR?
Add link to AI-generated code guidance
### Are these changes tested?
No
### Are there any user-facing changes?
No
Lead-authored-by: Nic Crane <[email protected]>
Co-authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Nic Crane <[email protected]>
---
.github/pull_request_template.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 4b3eac2d43..a293127ed9 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -4,6 +4,7 @@ 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.