diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-28 12:37:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 12:37:13 -0400 |
commit | 05f62e31f94f85529e6a6fa6cf9c3e00df7bbb3d (patch) | |
tree | bbf01231165402ad2f665cd4a3abf1b9d25e6515 | |
parent | 381ab48c2586a96932701a1fe270ebd2c32a04d4 (diff) | |
parent | 0d4fa7bc97dfbc2b367611f4be54f752384564a5 (diff) | |
download | podman-05f62e31f94f85529e6a6fa6cf9c3e00df7bbb3d.tar.gz podman-05f62e31f94f85529e6a6fa6cf9c3e00df7bbb3d.tar.bz2 podman-05f62e31f94f85529e6a6fa6cf9c3e00df7bbb3d.zip |
Merge pull request #11615 from cevich/pr_template
[CI:DOCS] Implement PR template to assist review & release
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 568cf7240..f5f0b21be 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,41 @@ <!-- Thanks for sending a pull request! -Please make sure you've read our contributing guidelines and how to submit a pull request (https://github.com/containers/podman/blob/master/CONTRIBUTING.md#submitting-pull-requests). +Please make sure you've read our contributing guidelines and how to submit a pull request (https://github.com/containers/podman/blob/main/CONTRIBUTING.md#submitting-pull-requests). In case you're only changing docs, make sure to prefix the pull-request title with "[CI:DOCS]". That will prevent functional tests from running and save time and energy. + +Finally, be sure to sign commits with your real name. Since by opening +a PR you already have commits, you can add signatures if needed with +something like `git commit -s --amend`. --> + +#### What this PR does / why we need it: + +<!--- +Please put your overall PR description here +--> + +#### How to verify it + +<!--- +Please specify the precise conditions and/or the specific test(s) which must pass. +--> + +#### Which issue(s) this PR fixes: + +<!-- +Please uncomment this block and include only one of the following on a +line by itself: + +None + +-OR- + +Fixes #<issue number> + +*** Please also put 'Fixes #' in the commit and PR description*** + +--> + +#### Special notes for your reviewer: |