mirror of
https://github.com/containers/podman.git
synced 2026-02-05 06:45:31 +01:00
Perhaps exposing some our critical pull requests requirements in a checklist might help users. As of now, we do this as a "soft open". Co-authored-by: Jan Rodák <hony.com@seznam.cz> Co-authored-by: Ashley Cui <ashleycui16@gmail.com> Signed-off-by: Brent Baude <bbaude@redhat.com>
1.5 KiB
1.5 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)
Does this PR introduce a user-facing change?