mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Link the full CONTRIBUTING.md as part of the checklist and mention the new two PR rule. Reorder the LLM policy step to the top as it is rather important to us. And lastly update the links to the new github org. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
1.8 KiB
1.8 KiB
Checklist
Ensure you have completed the following checklist for your pull request to be reviewed:
- I have read and understood our contributing guidelines and will not have more than two open PRs as a new contributor.
- PR description, commit message, and GitHub comments are human-written, per LLM Policy
- 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)
Does this PR introduce a user-facing change?