From f2c45ce45e261324e8ddbc1c23f0ac1bc14a14ef Mon Sep 17 00:00:00 2001 From: Emma Marichal Date: Wed, 25 Sep 2024 15:41:27 +0200 Subject: [PATCH] added tags in the packager todo --- Lib/gftools/packager/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/gftools/packager/__init__.py b/Lib/gftools/packager/__init__.py index 7e909cff..2a7d1d81 100644 --- a/Lib/gftools/packager/__init__.py +++ b/Lib/gftools/packager/__init__.py @@ -83,6 +83,7 @@ ## PR Checklist: - [ ] `minisite_url` definition in the METADATA.pb file for commissioned projects +- [ ] `tags` are added for NEW FONTS - [ ] `primary_script` definition in the METADATA.pb file for all projects that have a primary non-Latin based language support target - [ ] `subsets` definitions in the METADATA.pb reflect the actual subsets and languages present in the font files (in alphabetic order). For **CJK fonts**, only include one of the following subsets `chinese-hongkong`, `chinese-simplified`, `chinese-traditional`, `korean`, `japanese`. - [ ] Fontbakery checks are reviewed and failing checks are resolved in collaboration with the upstream font development team