From 010a6b01654c2c0a835aad64afcb613d9c712b29 Mon Sep 17 00:00:00 2001 From: Jinguang Dong Date: Thu, 18 Mar 2021 11:55:02 +0800 Subject: [PATCH] Description:[fix] Optimize sig governace description Bug: NA Test: NA --- sig/sig-template/OWNERS | 8 +++++++- sig/sig-template/sig_template.md | 5 +++-- sig/sig-template/sig_template_cn.md | 5 +++-- sig/sigs.json | 6 +++--- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/sig/sig-template/OWNERS b/sig/sig-template/OWNERS index 62abf5b..bbda092 100644 --- a/sig/sig-template/OWNERS +++ b/sig/sig-template/OWNERS @@ -1,5 +1,11 @@ { - "maintainers":[ + "Leader":[ + { + "gitee_id":"dongjinguang", + "gitee_email":"dongjinguang@huawei.com" + } + ] + "Committers":[ { "gitee_id":"dongjinguang", "gitee_email":"dongjinguang@huawei.com" diff --git a/sig/sig-template/sig_template.md b/sig/sig-template/sig_template.md index b89b3f6..67a8264 100644 --- a/sig/sig-template/sig_template.md +++ b/sig/sig-template/sig_template.md @@ -24,12 +24,13 @@ Describe the scope and objectives of the newly applied SIG program, including bu ## SIG Related Information -### Maintainers +### Leader + -name1 [[@gitee_id1](https://gitee.com/gitee_id1)] +### Committers -name1 [[@gitee_id1](https://gitee.com/gitee_id1)] -name2 [[@gitee_id3](https://gitee.com/gitee_id2)] -name3 [[@gitee_id3](https://gitee.com/gitee_id3)] - ### Mailing Lists -dev@openharmony.io diff --git a/sig/sig-template/sig_template_cn.md b/sig/sig-template/sig_template_cn.md index 1453b54..78500aa 100644 --- a/sig/sig-template/sig_template_cn.md +++ b/sig/sig-template/sig_template_cn.md @@ -24,12 +24,13 @@ ## SIG 相关信息 -### Maintainers +### Leader + - name1 [[@gitee_id1](https://gitee.com/gitee_id1)] +### Committers - name1 [[@gitee_id1](https://gitee.com/gitee_id1)] - name2 [[@gitee_id3](https://gitee.com/gitee_id2)] - name3 [[@gitee_id3](https://gitee.com/gitee_id3)] - ### 邮件列表 - dev@openharmony.io diff --git a/sig/sigs.json b/sig/sigs.json index 15e837b..6ac35f0 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -2,13 +2,13 @@ "sigs-List":[ { "sig-name":"sig-docs", - "project-name":"https://gitee.com/openharmony-sig/docs", + "projects":"https://gitee.com/openharmony-sig/docs", "project-path":"docs/" }, { "sig-name ":"sig-updates", - "project-name":"https://gitee.com/openharmony-sig/updates", - "project-path":"base/updates/" + "projects":["https://gitee.com/openharmony/startup_appspawn_lite", "https://gitee.com/openharmony/startup_bootstrap_lite"] + "project-path":["base/startup/appspawn_lite", "base/startup/bootstrap_lite"] }, ] } -- GitLab