From 249ec4ef1197f263a8adab1449faa91f7634ad64 Mon Sep 17 00:00:00 2001 From: Madhav Jivrajani Date: Sun, 1 Aug 2021 14:29:21 +0530 Subject: [PATCH] Remove `kind/design` from PR template - Remove `kind/design` from PR template in lieu of https://github.com/kubernetes/community/issues/5641 - Removal of `kind/design` from `k/k` is made possible by https://github.com/kubernetes/test-infra/pull/23011 Signed-off-by: Madhav Jivrajani --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f6af35b4296..3beb91ae27b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,7 +16,6 @@ Add one of the following kinds: /kind cleanup /kind documentation /kind feature -/kind design Optionally add one or more of the following kinds if applicable: /kind api-change