diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-04-29 08:51:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 08:51:37 -0400 |
commit | 73836e0c6a22d919dd8be297bafd137f1bd8ec9e (patch) | |
tree | 098bb68cdc66c08eb9abd8449cffd421bb9bb506 | |
parent | 59f154a095a965d7db3b11a61fea183ff42f83a7 (diff) | |
parent | 461b73f563d98d35d825c7b7489d80c353550533 (diff) | |
download | podman-73836e0c6a22d919dd8be297bafd137f1bd8ec9e.tar.gz podman-73836e0c6a22d919dd8be297bafd137f1bd8ec9e.tar.bz2 podman-73836e0c6a22d919dd8be297bafd137f1bd8ec9e.zip |
Merge pull request #14036 from edsantiago/release_note_template
[CI:DOCS] Github PR template: add release-note block
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 16ec09357..9a4563308 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,3 +9,19 @@ 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`. --> + +#### Does this PR introduce a user-facing change? + +<!-- +If no, just write `None` in the release-note block below. If yes, a release note +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: +https://git.k8s.io/community/contributors/guide/release-notes.md +--> + +```release-note + +``` |