From 46c428cd3061581488856d9be89f3578776c4d96 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 29 Oct 2025 14:37:53 -0500 Subject: [PATCH] Update gh pull request template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Co-authored-by: Ashley Cui Signed-off-by: Brent Baude --- .github/PULL_REQUEST_TEMPLATE.md | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 86b5b229f7..9edfb67505 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,23 +1,30 @@ +#### 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](https://github.com/containers/podman/blob/main/CONTRIBUTING.md#sign-your-prs) +for more information. +- [ ] Referenced issues using `Fixes: #00000` in commit message (if applicable) +- [ ] [Tests](https://github.com/containers/podman/tree/main/test#readme) have been added/updated (or no tests are needed) +- [ ] [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) + #### Does this PR introduce a user-facing change? ```release-note