From a18a2d4d393eafe91f432a9349fec2f554c749da Mon Sep 17 00:00:00 2001 From: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:00:32 -0700 Subject: [PATCH] mathew: remove emoji from planning names Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/planning_epic.yml | 4 ++-- .github/ISSUE_TEMPLATE/planning_feature.yml | 4 ++-- .github/ISSUE_TEMPLATE/planning_task.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/planning_epic.yml b/.github/ISSUE_TEMPLATE/planning_epic.yml index 9041abbb..7b79c0a2 100644 --- a/.github/ISSUE_TEMPLATE/planning_epic.yml +++ b/.github/ISSUE_TEMPLATE/planning_epic.yml @@ -1,5 +1,5 @@ -name: 🗂️ [Planning] Epic -description: 🛑 Only intended to be used by Kubeflow Notebooks 2.0 project managers +name: "[Planning] Epic" +description: "🛑 Only intended to be used by Kubeflow project managers" title: "[EPIC] " labels: - "kind/plan-epic" diff --git a/.github/ISSUE_TEMPLATE/planning_feature.yml b/.github/ISSUE_TEMPLATE/planning_feature.yml index 49dda998..7751a5cc 100644 --- a/.github/ISSUE_TEMPLATE/planning_feature.yml +++ b/.github/ISSUE_TEMPLATE/planning_feature.yml @@ -1,5 +1,5 @@ -name: ✨ [Planning] Feature -description: 🛑 Only intended to be used by Kubeflow Notebooks 2.0 project managers +name: "[Planning] Feature" +description: "🛑 Only intended to be used by Kubeflow project managers" title: "[FEATURE] " labels: - "kind/plan-feature" diff --git a/.github/ISSUE_TEMPLATE/planning_task.yml b/.github/ISSUE_TEMPLATE/planning_task.yml index 9d7ed7d4..2663cdb3 100644 --- a/.github/ISSUE_TEMPLATE/planning_task.yml +++ b/.github/ISSUE_TEMPLATE/planning_task.yml @@ -1,5 +1,5 @@ -name: 🔧 [Planning] Task -description: 🛑 Only intended to be used by Kubeflow Notebooks 2.0 project managers +name: "[Planning] Task" +description: "🛑 Only intended to be used by Kubeflow project managers" title: "[TASK] " labels: - "kind/plan-task"