From af6f368eee0453557c93d43da70fb5b7f249e99a Mon Sep 17 00:00:00 2001 From: liushanyang12138 <2564422578@qq.com> Date: Fri, 7 Jul 2023 11:02:16 +0800 Subject: [PATCH] feat: add mate-submodules, gla11y, pluma mate-submodules: MATE code components provided as Git submodule repository gla11y: Automatic check of accessibility of .ui files pluma: official text editor of the MATE desktop environment Log: add mate-submodules, gla11y, pluma Issue: deepin-community/sig-deepin-sysdev-team#257 deepin-community/sig-deepin-sysdev-team#258 deepin-community/sig-deepin-sysdev-team#259 --- repos.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/repos.yml b/repos.yml index a26a83eb..67a5d30a 100644 --- a/repos.yml +++ b/repos.yml @@ -1306,3 +1306,15 @@ repos: group: deepin-sysdev-team info: Reads and parses Linux device tree images + - repo: mate-submodules + group: deepin-sysdev-team + info: MATE code components provided as Git submodule repository + + - repo: gla11y + group: deepin-sysdev-team + info: Automatic check of accessibility of .ui files + + - repo: pluma + group: deepin-sysdev-team + info: official text editor of the MATE desktop environment +