From 1fd052b8b25d845d8a7ef888d7fff713f3d3cae1 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Tue, 28 Jul 2026 15:49:04 -0400 Subject: [PATCH] Add LLM Policy to checklist Signed-off-by: Ashley Cui --- .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 9edfb67505..af6e3345c9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,6 +19,7 @@ for more information. - [ ] [Documentation](https://github.com/containers/podman/blob/main/docs/README.md) has been updated (or no documentation changes are needed) - [ ] All commits pass `make validatepr` (format/lint checks) - [ ] [Release note](https://github.com/kubernetes/community/blob/master/contributors/guide/release-notes.md) entered in the section below (or `None` if no user-facing changes) +- [ ] PR description, commit message, and GitHub comments are human-written, per [LLM Policy](https://github.com/podman-container-tools/community/blob/main/LLM_POLICY.md) #### Does this PR introduce a user-facing change?