From 26c4146c7617967da544a1c128c1d517afedbbb3 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Fri, 4 Jan 2019 12:23:15 +0530 Subject: [PATCH] Add labels in github template metadata Ref: https://help.github.com/articles/creating-issue-templates-for-your-repository/ --- .github/ISSUE_TEMPLATE/bug-report.md | 4 +--- .github/ISSUE_TEMPLATE/enhancement.md | 4 +--- .github/ISSUE_TEMPLATE/failing-test.md | 4 +--- .github/ISSUE_TEMPLATE/support.md | 6 +----- 4 files changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 6313c4cf055..999c3a6628b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,7 @@ --- name: Bug Report about: Report a bug encountered while operating Kubernetes +labels: kind/bug --- @@ -22,6 +23,3 @@ about: Report a bug encountered while operating Kubernetes - Kernel (e.g. `uname -a`): - Install tools: - Others: - - -/kind bug \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 54f21fda5f2..f04c3d34350 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -1,6 +1,7 @@ --- name: Enhancement Request about: Suggest an enhancement to the Kubernetes project +labels: kind/feature --- @@ -8,6 +9,3 @@ about: Suggest an enhancement to the Kubernetes project **What would you like to be added**: **Why is this needed**: - - -/kind feature \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/failing-test.md b/.github/ISSUE_TEMPLATE/failing-test.md index 5da4006fe29..ca843e19537 100644 --- a/.github/ISSUE_TEMPLATE/failing-test.md +++ b/.github/ISSUE_TEMPLATE/failing-test.md @@ -1,6 +1,7 @@ --- name: Failing Test about: Report test failures in Kubernetes CI jobs +labels: kind/failing-test --- @@ -17,6 +18,3 @@ about: Report test failures in Kubernetes CI jobs **Reason for failure**: **Anything else we need to know**: - - -/kind failing-test \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index 28a1100eb35..173f5f183b4 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.github/ISSUE_TEMPLATE/support.md @@ -1,6 +1,7 @@ --- name: Support Request about: Support request or question relating to Kubernetes +labels: triage/support --- @@ -15,8 +16,3 @@ You can also post your question on the [Kubernetes Slack](http://slack.k8s.io/) If the matter is security related, please disclose it privately via https://kubernetes.io/security/. --> - - - -/triage support -