From 06a2b644098956131900ec5a0b6fb824fb0d543d Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Wed, 5 Apr 2023 11:07:08 -0700 Subject: [PATCH] issue template default to kind/support we can `/kind bug` when an issue has evidence that it's a registry bug. we should track support tickets and known bugs seperately. --- .github/ISSUE_TEMPLATE/issue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml index 39b7d8c..de01a23 100644 --- a/.github/ISSUE_TEMPLATE/issue.yaml +++ b/.github/ISSUE_TEMPLATE/issue.yaml @@ -1,6 +1,6 @@ name: Report an issue with registry.k8s.io description: Report a bug encountered while using registry.k8s.io -labels: ["sig/k8s-infra", "kind/bug", "needs/triage"] +labels: ["sig/k8s-infra", "kind/support", "needs/triage"] body: - type: checkboxes attributes: