kubernetes/.github/PULL_REQUEST_TEMPLATE.md
Sascha Grunert 22bd9c7e9b
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>
2019-07-12 08:54:53 +02:00

2.4 KiB

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:

/kind api-change /kind bug /kind cleanup /kind design /kind documentation /kind failing-test /kind feature /kind flake

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: