Skip to content

Commit a002434

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
As stated in the contributing guidelines, if a PR fixes any issue it should be marked in the PR. This commit adds a `Fixes:` section in the PR template Signed-off-by: nishasaini <[email protected]>
1 parent f83bcb5 commit a002434

File tree

1 file changed

+27
-20
lines changed

1 file changed

+27
-20
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,39 @@
11
<!--
2-
Thanks for sending a pull request!
2+
Thank you for contributing! Please remember to:
33
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`.
96
-->
10-
#### Description
117

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+
-->
1326

14-
Fixes: <!-- Link the relevant issue URL(s). For multiple issues, use spaces as separator. If no JIRA link is available leave blank -->
27+
---
1528

1629
#### Does this PR introduce a user-facing change?
17-
1830
<!--
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.
2334
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
2636
-->
27-
2837
```release-note
29-
38+
None
3039
```
31-
32-

0 commit comments

Comments
 (0)