Skip to content

Commit 22bd9c7

Browse files
committed
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 <[email protected]>
1 parent 38e95b1 commit 22bd9c7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,17 @@ Enter your extended release note in the block below. If the PR requires addition
4242
```release-note
4343
4444
```
45+
46+
**Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.**:
47+
48+
<!--
49+
This section can be blank if this pull request does not require a release note.
50+
Please use the following format for linking documentation or pass the
51+
section below:
52+
- [KEP]: <link>
53+
- [Usage]: <link>
54+
- [Other doc]: <link>
55+
-->
56+
```docs
57+
58+
```

0 commit comments

Comments
 (0)