From 22bd9c7e9bad4d1e9ed670664dcd174318fecd44 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Tue, 25 Jun 2019 11:37:08 +0200 Subject: [PATCH] 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 --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 245aa98617c..6a5242f2f94 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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.**: + + +```docs + +```