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