|
1 | 1 | <!--
|
2 |
| -Thanks for sending a pull request! |
| 2 | +Thank you for contributing! Please remember to: |
3 | 3 |
|
4 |
| -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). |
5 |
| -
|
6 |
| -Finally, be sure to sign commits with your real name. Since by opening |
7 |
| -a PR you already have commits, you can add signatures if needed with |
8 |
| -something like `git commit -s --amend`. |
| 4 | +- Read our contributing guidelines: https://github.com/containers/podman/blob/main/CONTRIBUTING.md#submitting-pull-requests |
| 5 | +- Sign your commits with your real name. You can amend previous commits with `git commit -s --amend`. |
9 | 6 | -->
|
10 |
| -#### Description |
11 | 7 |
|
12 |
| -<!-- Please include a summary of the change and which issue is fixed. --> |
| 8 | +#### Description |
| 9 | +<!-- Provide a clear summary of your changes and why they are needed. --> |
| 10 | + |
| 11 | +Fixes: |
| 12 | +<!-- |
| 13 | +Link to the issue(s) this Pull Request addresses. |
| 14 | +- If it fixes a single issue, use: |
| 15 | + Fixes: #00000 |
| 16 | + Fixes: https://github.com/containers/common/issues/00000 |
| 17 | + Fixes: https://issues.redhat.com/browse/RHEL-00000 |
| 18 | + Fixes: RHEL-00000 |
| 19 | +- If it fixes multiple issues, use commas: |
| 20 | + Fixes: #00000, #00001, #0002 |
| 21 | + Fixes: https://github.com/containers/common/issues/00000, https://github.com/containers/common/issues/00001 |
| 22 | + Fixes: https://issues.redhat.com/browse/RHEL-00000, https://issues.redhat.com/browse/RHEL-00001 |
| 23 | + Fixes: RHEL-00000, RHEL-00001 |
| 24 | +- If there is no related issue, you can leave this section blank. |
| 25 | +--> |
13 | 26 |
|
14 |
| -Fixes: <!-- Link the relevant issue URL(s). For multiple issues, use spaces as separator. If no JIRA link is available leave blank --> |
| 27 | +--- |
15 | 28 |
|
16 | 29 | #### Does this PR introduce a user-facing change?
|
17 |
| - |
18 | 30 | <!--
|
19 |
| -If no, just write `None` in the release-note block below. If yes, a release note |
20 |
| -is required: Enter your extended release note in the block below. If the PR |
21 |
| -requires additional action from users switching to the new release, include the |
22 |
| -string "action required". |
| 31 | +- If no, enter "None" in the `release-note` block below. |
| 32 | +- If yes, enter a release note. |
| 33 | +- If the change requires user action, add "action required" to the release note. |
23 | 34 |
|
24 |
| -For more information on release notes, please follow the Kubernetes model: |
25 |
| -https://git.k8s.io/community/contributors/guide/release-notes.md |
| 35 | +For details on writing release notes, see: https://git.k8s.io/community/contributors/guide/release-notes.md |
26 | 36 | -->
|
27 |
| - |
28 | 37 | ```release-note
|
29 |
| -
|
| 38 | +None |
30 | 39 | ```
|
31 |
| - |
32 |
| - |
|
0 commit comments