From e118e9b797581b0dacccfa6876c1aed645ec5b71 Mon Sep 17 00:00:00 2001 From: OKAMOTO Shigehiro Date: Mon, 27 May 2024 16:10:23 +0900 Subject: [PATCH] Added the good first issue label --- labels/development.dhall | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/labels/development.dhall b/labels/development.dhall index a6379ca..f70d313 100644 --- a/labels/development.dhall +++ b/labels/development.dhall @@ -119,6 +119,10 @@ let labels = , description = "機能に関する提案を扱う" , color = Color.Material300-Pink } + , { name = "good first issue" + , description = "" + , color = Color.Material300-LightBlue + } ] : List Label