From 5e0932a88518e8160431738c98ba7f08e01e6352 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Mon, 17 Oct 2022 17:47:08 +0200 Subject: [PATCH] GitHub Templates: Remove trailing whitespaces. (#9172) --- .github/ISSUE_TEMPLATE/cve_report.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/cve_report.md b/.github/ISSUE_TEMPLATE/cve_report.md index b5ecf7ecf..11789d479 100644 --- a/.github/ISSUE_TEMPLATE/cve_report.md +++ b/.github/ISSUE_TEMPLATE/cve_report.md @@ -8,7 +8,7 @@ assignees: - rikatz --- - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a14cc7004..e3781887a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -64,5 +64,5 @@ Enter your extended release note in the block below. If the PR requires addition For more information on release notes see: https://git.k8s.io/community/contributors/guide/release-notes.md --> ```release-note -PLACE RELEASE NOTES HERE +PLACE RELEASE NOTES HERE ```