diff options
author | tomsweeneyredhat <tsweeney@redhat.com> | 2022-06-04 15:13:16 -0400 |
---|---|---|
committer | tomsweeneyredhat <tsweeney@redhat.com> | 2022-06-04 15:19:09 -0400 |
commit | 1fc5a107a0db01d8e147c45af95c97d106f3c320 (patch) | |
tree | 848ca05dfb6a395cd12e50851f5f31d98f6a543a /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 8c0e033f27562b3c228a370b4c2e324f4bb0590b (diff) | |
download | podman-1fc5a107a0db01d8e147c45af95c97d106f3c320.tar.gz podman-1fc5a107a0db01d8e147c45af95c97d106f3c320.tar.bz2 podman-1fc5a107a0db01d8e147c45af95c97d106f3c320.zip |
[CI:DOCS] PodmanImage Readme touchup
@cevich recently renamed all the files named Dockerfile to Containerfile
in this directory. Touching up the README.md to reflect that.
Also, as I was doing the submit, I noticed a couple of nits in the PR
request template and cleaned those up.
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9a4563308..cc8b618f4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,9 +3,9 @@ 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/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. +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 +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`. --> @@ -18,7 +18,7 @@ is required: Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required". -For more information on release notes please follow the kubernetes model: +For more information on release notes, please follow the Kubernetes model: https://git.k8s.io/community/contributors/guide/release-notes.md --> |