From bf02951210a1a3637cfc79b360e2065d9dc0516c Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Thu, 29 Sep 2022 18:08:14 +0200 Subject: [PATCH] UPSTREAM: : Remove .github files We don't want custom templates or dependabots in OpenShift forks. --- .github/PULL_REQUEST_TEMPLATE.md | 40 -------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index d70526403..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,40 +0,0 @@ - - -**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?**: - -```release-note - -```