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.
This commit is contained in:
parent
e6b395a57d
commit
06a2b64409
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue