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:
Sascha Grunert 2019-06-25 11:37:08 +02:00
parent 38e95b1a78
commit 22bd9c7e9b
No known key found for this signature in database
GPG Key ID: 8CE029DD1A866E52

View File

@ -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
```