mathew: remove emoji from planning names
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
This commit is contained in:
parent
3c0d164ee2
commit
a18a2d4d39
|
|
@ -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] <short description>"
|
||||
labels:
|
||||
- "kind/plan-epic"
|
||||
|
|
|
|||
|
|
@ -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] <short description>"
|
||||
labels:
|
||||
- "kind/plan-feature"
|
||||
|
|
|
|||
|
|
@ -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] <short description>"
|
||||
labels:
|
||||
- "kind/plan-task"
|
||||
|
|
|
|||
Loading…
Reference in New Issue