spiegel_podman/.github/PULL_REQUEST_TEMPLATE.md
Ashley Cui 1fd052b8b2 Add LLM Policy to checklist
Signed-off-by: Ashley Cui <acui@redhat.com>
2026-07-28 15:49:04 -04:00

1.7 KiB

Checklist

Ensure you have completed the following checklist for your pull request to be reviewed:

  • Certify you wrote the patch or otherwise have the right to pass it on as an open-source patch by signing all commits. (git commit -s). (If needed, use git commit -s --amend). The author email must match the sign-off email address. See CONTRIBUTING.md for more information.
  • Referenced issues using Fixes: #00000 in commit message (if applicable)
  • Tests have been added/updated (or no tests are needed)
  • Documentation has been updated (or no documentation changes are needed)
  • All commits pass make validatepr (format/lint checks)
  • Release note 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

Does this PR introduce a user-facing change?