mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
1.7 KiB
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, usegit commit -s --amend). The author email must match the sign-off email address. See CONTRIBUTING.md for more information. - Referenced issues using
Fixes: #00000in 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
Noneif 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?