From 1eaf9458ade5bb2abeaabaeea09bb9f15f4a09b6 Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Mon, 15 Apr 2019 08:38:04 -0400 Subject: [PATCH] test labels list in templates (#13783) See issue #13615, testing since this is a P2 issue. --- .github/ISSUE_TEMPLATE/bug-report.md | 6 ++---- .github/ISSUE_TEMPLATE/feature-request.md | 4 ++-- .github/ISSUE_TEMPLATE/support.md | 5 +++-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index b0ac49b5b6..88498bdbcb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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 **Problem:** - **Proposed Solution:** - **Page to Update:** https://kubernetes.io/... diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 69da9bc88f..3e9ad93ccc 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -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** diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index 1f7d20628f..6c55d7737b 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.github/ISSUE_TEMPLATE/support.md @@ -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** +