From d13878c3f6a82ea7b10cc24db5366ecd6ee38fdb Mon Sep 17 00:00:00 2001 From: obitech Date: Tue, 24 Sep 2019 09:06:10 +0200 Subject: [PATCH] Add link to release notes documentation to PR template --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 17d9988c796..9a451d1c7d2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,8 +5,7 @@ https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-kind-label 3. Ensure you have added or ran the appropriate tests for your PR: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md 4. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews -5. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/guide/release-notes.md -6. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests +5. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests --> **What type of PR is this?** @@ -38,6 +37,8 @@ Fixes # If no, just write "NONE" in the release-note block below. If yes, a release note is required: Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required". + +For more information on release notes see: https://git.k8s.io/community/contributors/guide/release-notes.md --> ```release-note