From ff2d56b75b88f9964e056f1938c2f791962533f2 Mon Sep 17 00:00:00 2001 From: Ricky Heijnen Date: Sat, 27 Sep 2025 11:14:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20size=20labels=20in=20ge?= =?UTF-8?q?neral.yml=20for=20clarity=20and=20accuracy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labels/general.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/labels/general.yml b/labels/general.yml index ae74fa4..5d31598 100644 --- a/labels/general.yml +++ b/labels/general.yml @@ -60,28 +60,28 @@ # Size/Effort Labels ######################################################## - name: "size: XS" - color: "#0052AA" - description: "Very small task (< 1 hour)" + color: "#00345E" + description: "Very small task (< 15 minutes)" aliases: ["XS"] - name: "size: S" - color: "#0052BB" - description: "Small task (1-4 hours)" + color: "#004277" + description: "Small task (< 1 hour)" aliases: ["S"] - name: "size: M" - color: "#0052CC" - description: "Medium task (1-2 days)" + color: "#005091" + description: "Medium task (1-4 hours)" aliases: ["M"] - name: "size: L" - color: "#0052DD" - description: "Large task (3-5 days)" + color: "#005EAA" + description: "Large task (1-8 hours)" aliases: ["L"] - name: "size: XL" - color: "#0052EE" - description: "Very large task (> 1 week)" + color: "#006CC4" + description: "Very large task (> 1 day)" aliases: ["XL"] ########################################################