mirror of
https://github.com/containers/podman.git
synced 2025-07-04 01:48:28 +08:00
Github PR template: add release-note block
Initial step toward automating the collection & generation of release notes: add a markdown release-note block to our PR template. This will be reaped by an existing Kubernetes tool and gathered into a document that can be used as a starting point for future releases. Many more followup steps to come. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user