test labels list in templates (#13783)

See issue #13615, testing since this is a P2 issue.
This commit is contained in:
Karen Bradshaw
2019-04-15 08:38:04 -04:00
committed by Kubernetes Prow Robot
parent cc07ce89e7
commit 1eaf9458ad
3 changed files with 7 additions and 8 deletions
+2 -4
View File
@@ -1,8 +1,8 @@
---
name: Bug Report
about: Report a bug encountered with Kubernetes Website
labels: kind/bug
labels:
- kind/bug
---
**This is a Bug Report**
@@ -12,10 +12,8 @@ labels: kind/bug
<!--Required Information-->
**Problem:**
**Proposed Solution:**
**Page to Update:**
https://kubernetes.io/...
+2 -2
View File
@@ -1,8 +1,8 @@
---
name: Feature Request
about: Suggest a/an feature/enhancement to the Kubernetes Website project
labels: kind/feature
labels:
- kind/feature
---
**This is a Feature Request**
+3 -2
View File
@@ -1,10 +1,11 @@
---
name: Support Request
about: Support request or question relating to Kubernetes Dashboard project
labels: triage/support
labels:
- triage/support
---
**This is Support**
<!--
STOP -- PLEASE READ!