diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a293127ed9f..b7061847aaf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,3 +19,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