test labels list in templates (#13783)
See issue #13615, testing since this is a P2 issue.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
cc07ce89e7
commit
1eaf9458ad
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Report a bug encountered with Kubernetes Website
|
about: Report a bug encountered with Kubernetes Website
|
||||||
labels: kind/bug
|
labels:
|
||||||
|
- kind/bug
|
||||||
---
|
---
|
||||||
**This is a Bug Report**
|
**This is a Bug Report**
|
||||||
|
|
||||||
@@ -12,10 +12,8 @@ labels: kind/bug
|
|||||||
<!--Required Information-->
|
<!--Required Information-->
|
||||||
**Problem:**
|
**Problem:**
|
||||||
|
|
||||||
|
|
||||||
**Proposed Solution:**
|
**Proposed Solution:**
|
||||||
|
|
||||||
|
|
||||||
**Page to Update:**
|
**Page to Update:**
|
||||||
https://kubernetes.io/...
|
https://kubernetes.io/...
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: Suggest a/an feature/enhancement to the Kubernetes Website project
|
about: Suggest a/an feature/enhancement to the Kubernetes Website project
|
||||||
labels: kind/feature
|
labels:
|
||||||
|
- kind/feature
|
||||||
---
|
---
|
||||||
**This is a Feature Request**
|
**This is a Feature Request**
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
---
|
---
|
||||||
name: Support Request
|
name: Support Request
|
||||||
about: Support request or question relating to Kubernetes Dashboard project
|
about: Support request or question relating to Kubernetes Dashboard project
|
||||||
labels: triage/support
|
labels:
|
||||||
|
- triage/support
|
||||||
---
|
---
|
||||||
**This is Support**
|
**This is Support**
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
STOP -- PLEASE READ!
|
STOP -- PLEASE READ!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user