diff --git a/sig/sig-template/OWNERS b/sig/sig-template/OWNERS index 62abf5beda8f2162f33ec06f4089ff14e975495b..bbda0928a9998552faef32cd2ae541d19e3c931d 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 b89b3f60018f3a9465f89364231f12e07ae32569..67a8264cd616f6a7f132d9fb4412af3c13944413 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 1453b54dd200d24d5e0259e1e164c4761338f7d7..78500aabbf0d0e97717c8f315292b73186f3284c 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 15e837b559c1e0f169d9d87c2116237e320e90ff..6ac35f0e206ad51e3ede79b2ad77c687d50142e0 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"] }, ] }