mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Add docs
section to pull request template
We are able to add further documentation to the release notes by parsing an additional block at pull requests, for example: ```docs - Description https://mylink.com ``` This commit adds this block to the pull request template. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
parent
38e95b1a78
commit
22bd9c7e9b
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -42,3 +42,17 @@ Enter your extended release note in the block below. If the PR requires addition
|
||||
```release-note
|
||||
|
||||
```
|
||||
|
||||
**Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.**:
|
||||
|
||||
<!--
|
||||
This section can be blank if this pull request does not require a release note.
|
||||
Please use the following format for linking documentation or pass the
|
||||
section below:
|
||||
- [KEP]: <link>
|
||||
- [Usage]: <link>
|
||||
- [Other doc]: <link>
|
||||
-->
|
||||
```docs
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user