From be9c66aba6ff49d70b3616bf7cf5ea0b5d46f645 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:26:32 -0400 Subject: [PATCH] other: update PR template to mention the AI policy (#2154) --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1242ce78..b861f413 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,5 @@ + ## Description @@ -35,7 +36,7 @@ _Ensure **all** of these are met:_ - [ ] _There are no merge conflicts_ - [ ] _You have personally reviewed your changes already before creating the PR_ - [ ] _The pull request passes the provided CI pipeline_ -- [ ] _If this PR was generated with AI, please specify how in the "Other" section, and that you as a human have personally reviewed it_ +- [ ] _If this PR was generated with AI, ensure it follows the [AI policy](https://github.com/ClementTsang/bottom/blob/main/AI_POLICY.md). Specify how it was used in the "Other" section, and that you as a human have personally reviewed the change_ ## Other