From ddcb3c6c3030ed07a913e1d0ecf435dd6272a44e Mon Sep 17 00:00:00 2001 From: jinguang Date: Mon, 22 May 2023 04:39:53 +0000 Subject: [PATCH] !1485 [fix] fixed invalid link * Description:[fix] fixed invalid link --- meeting-notes/2021-05-26.md | 2 +- rfcs/README.md | 10 ++++---- .../sig_ai_framework_integration.md | 9 +++---- .../sig_ai_framework_integration_cn.md | 6 ++--- .../meetings/2021_08_11_meeting.md | 6 ++--- .../meetings/2021_08_17_meeting.md | 24 +++++++++---------- ...7\272\252\350\246\201_2021\345\271\264.md" | 22 ++++++++--------- sig/sig_architecture/sig_architecture_cn.md | 2 +- sig/sig_distributeddatamgr/meeting_records.md | 2 +- sig/sig_huaweicloud/sig_huaweicloud.md | 2 +- sig/sig_huaweicloud/sig_huaweicloud_cn.md | 2 +- sig/sig_infrastructure/sig_infrastructure.md | 2 +- .../sig_iot_sensing_network.md | 2 +- .../sig_iot_sensing_network_cn.md | 2 +- ...10_21_About_The_Decision_To_Setup_Repos.md | 1 - sig/sig_knowlege/sig_knowledge.md | 2 +- sig/sig_opengfxdriver/sig_opengfxdriver.md | 8 +++---- sig/sig_opengfxdriver/sig_opengfxdriver_cn.md | 8 +++---- sig/sig_print/sig_print.md | 1 - sig/sig_print/sig_print_cn.md | 1 - ...dance_for_incubation_project_graduation.md | 2 +- .../repository_management_regulations.md | 4 ++-- sig/sig_robotics/sig_robotics.md | 2 +- sig/sig_robotics/sig_robotics_cn.md | 2 +- sig/sigs_list.toml | 10 ++++---- zh/committer.md | 8 +++---- 26 files changed, 66 insertions(+), 76 deletions(-) diff --git a/meeting-notes/2021-05-26.md b/meeting-notes/2021-05-26.md index 7b908c7..4fd923a 100644 --- a/meeting-notes/2021-05-26.md +++ b/meeting-notes/2021-05-26.md @@ -18,7 +18,7 @@ Topic 2: Proposal for OpenBlock SIG Topic 3: devboard-sig repository refactoring 1. The devboard repository creation rule is defined as [device/xxx], xxx is the soc/vendor name, and the special devboard is incubated in OpenHarmony-SIG. -2. Current hisi device repository is device_hisilicon_xxx. It is recommended that those hisi repository could be merged into one warehouse device_hisilicon. owner: [yuanwenhong](https://gitee.com/yuan.w.hong) +2. Current hisi device repository is device_hisilicon_xxx. It is recommended that those hisi repository could be merged into one warehouse device_hisilicon. owner: [yuanwenhong](https://gitee.com/yuanwhong) 3. The third_party software repository in device directory, recommended those repository move to first folder of third_party directory. owner: [yuanwenhong](https://gitee.com/yuanwhong) device_hisilicon_third_party_uboot -> third_party_uboot device_hisilicon_third_party_ffmpeg -> third_party_ffmpeg diff --git a/rfcs/README.md b/rfcs/README.md index 4da5ec9..226c46e 100644 --- a/rfcs/README.md +++ b/rfcs/README.md @@ -25,17 +25,17 @@ 3. 编写 RFC 草稿后,请先征求项目仓Committer和贡献者的反馈,然后再提交。 不要求编写并实现代码,如果有代码实现将有利于研讨。 4. 招募发起人。 -- 发起人必须是项目仓库的[Committer](https://gitee.com/openharmony/community/blob/master/zh/committer.md)或对应领域的[SIG Leader](https://gitee.com/openharmony/community/blob/master/sig/sigs_subsystem_list.md)。 +- 发起人必须是项目仓库的Committer或对应领域的SIG Leader,[沟通地图信息](../sig/sigs_list.toml)。 - 请先在 RFC 中注明发起人,然后再发布 PR。 - 您 _可以_ 在没有发起人的情况下发布 RFC请求,但是如果在发布 PR 请求的一个月内仍然没有发起人,则该 PR 将被关闭。 -5. 将您的 RFC 作为 PR 提交到 [openharmony/community/rfcs](https://gitee.com/openharmony/community/tree/master/rfcs)。 +1. 将您的 RFC 作为 PR 提交到 [openharmony/community/rfcs](https://gitee.com/openharmony/community/tree/master/rfcs)。 -6. 通过开发者邮件列表向开发者发送简要说明、PR 链接和审查请求,邮件标题加前缀[RFC]。 +2. 通过开发者邮件列表向开发者发送简要说明、PR 链接和审查请求,邮件标题加前缀[RFC]。 -7. 发起人将在 RFC PR 发布后的两周内请求召开SIG技术评审会议。评审会议的目的是解决小的争议,大争议应提前达成共识。如果评审过程中提出了问题,请等到问题解决后再重新发起进行评审。 +3. 发起人将在 RFC PR 发布后的两周内请求召开SIG技术评审会议。评审会议的目的是解决小的争议,大争议应提前达成共识。如果评审过程中提出了问题,请等到问题解决后再重新发起进行评审。 -8. 会议可以接受或拒绝 RFC,也可以待更改后重新评审。评审通过的 RFC 将合并到 [community/rfcs](https://gitee.com/openharmony/community/tree/master/rfcs 中, 而 被拒绝的RFC 的 PR 则会被关闭。 +4. 会议可以接受或拒绝 RFC,也可以待更改后重新评审。评审通过的 RFC 将合并到 [community/rfcs](https://gitee.com/openharmony/community/tree/master/rfcs 中, 而 被拒绝的RFC 的 PR 则会被关闭。 ## RFC 参与者 diff --git a/sig/sig_ai_framework_integration/sig_ai_framework_integration.md b/sig/sig_ai_framework_integration/sig_ai_framework_integration.md index 6ed8d8b..349cb06 100644 --- a/sig/sig_ai_framework_integration/sig_ai_framework_integration.md +++ b/sig/sig_ai_framework_integration/sig_ai_framework_integration.md @@ -26,13 +26,10 @@ Integrates current state of art high quality open sourced AI inference framework - Meeting time:time:Biweek Tuesday 19:00, UTC+8 - Meeting application: Refer to the method of [PMC meeting](https://gitee.com/dongjinguang/community/blob/master/zh/pmc.md#pmc%E4%BC%9A%E8%AE%AE%E9%93%BE%E6%8E%A5) to provide the shimo sharing document weblink, convenient for sig_related people to apply for the topic. - Meeting link: Welink Meeting or Others - - Meeting notification: [Subscribe](https://lists.openatom.io/postorius/lists/sig_ai_framework_integration.openharmony.io/) mailing list sig_ai_framework_integration@openharmony.io for the meeting link + - Meeting notification: [Subscribe](https://lists.openatom.io/postorius/lists/dev@openharmony.io/) mailing list dev@openharmony.io for the meeting link - Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content/tree/master/ai_framework_integration/meetings) ### Contact (optional) -- Mailing list:sig-ai_framework_integration@openharmony.io -- Wechat group:xxx - - - +- Mailing list:dev@openharmony.io +- Wechat group:xxx \ No newline at end of file diff --git a/sig/sig_ai_framework_integration/sig_ai_framework_integration_cn.md b/sig/sig_ai_framework_integration/sig_ai_framework_integration_cn.md index cba7bad..7309483 100644 --- a/sig/sig_ai_framework_integration/sig_ai_framework_integration_cn.md +++ b/sig/sig_ai_framework_integration/sig_ai_framework_integration_cn.md @@ -28,9 +28,9 @@ - 会议申报:[AI 推理框架集成 Meeting Proposal]() - 会议方式: 腾讯会议 - - 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/sig_ai_framework_integration.openharmony.io/)邮件列表 sig_ai_framework_integration@openharmony.io 获取会议链接 - - 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig_content/tree/master/ai_framework_integration/meetings) + - 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev@openharmony.io/)邮件列表 dev@openharmony.io 获取会议链接 + - 会议纪要: ### 联系方式(可选) -- 邮件列表:sig-ai_framework_integration@openharmony.io +- 邮件列表:dev@openharmony.io diff --git a/sig/sig_architecture/meetings/2021_08_11_meeting.md b/sig/sig_architecture/meetings/2021_08_11_meeting.md index e42faf8..5eec1e2 100644 --- a/sig/sig_architecture/meetings/2021_08_11_meeting.md +++ b/sig/sig_architecture/meetings/2021_08_11_meeting.md @@ -50,9 +50,9 @@ 会议结论: 1、共申请新建三个仓 ``` -https://gitee.com/openharmony/vendor_bearpi -https://gitee.com/openharmony/applications_sample_bearpi_hm_nano -https://gitee.com/openharmony/device_bearpi_bearpi_hm_nano +vendor_bearpi +applications_sample_bearpi_hm_nano +device_bearpi_bearpi_hm_nano ``` 2、另外引入两个三方开源软件,将会以外链加patch的形式方式提供 diff --git a/sig/sig_architecture/meetings/2021_08_17_meeting.md b/sig/sig_architecture/meetings/2021_08_17_meeting.md index 52638f4..992e9f5 100644 --- a/sig/sig_architecture/meetings/2021_08_17_meeting.md +++ b/sig/sig_architecture/meetings/2021_08_17_meeting.md @@ -3,11 +3,11 @@ ## 议题(Agenda) 议题1、新增ace_ets_loader和ace_js_loader仓: -`https://gitee.com/openharmony/ace_ets_loader` -`https://gitee.com/openharmony/ace_js_loader` +`ace_ets_loader` +`ace_js_loader` 新增三方开源软件仓weex-loader和parse5: -`https://gitee.com/openharmony/weex-loader` -`https://gitee.com/openharmony/parse5` +`third_party_weex-loader` +`third_party_parse5` ## 与会人(Attendees) @@ -20,16 +20,16 @@ ## 会议纪要(Notes) **议题1、新增ace_ets_loader和ace_js_loader仓: -`https://gitee.com/openharmony/ace_ets_loader` -`https://gitee.com/openharmony/ace_js_loader` +`ace_ets_loader` +`ace_js_loader` 新增三方开源软件仓weex-loader和parse5: -`https://gitee.com/openharmony/weex-loader` -`https://gitee.com/openharmony/parse5`** +`third_party_weex-loader` +`third_party_parse5` 汇报人:王纯 会议结论: 1、新增4个仓 -`https://gitee.com/openharmony/developtools/ace-js2bundle` -`https://gitee.com/openharmony/developtools/ace-ets2bundle` -`https://gitee.com/openharmony/third_party/weex-loader` -`https://gitee.com/openharmony/third_party/parse5` +`ace-js2bundle` +`ace-ets2bundle` +`third_party_weex-loader` +`third_party_parse5` 2、打包后的sdk的路径与鸿蒙SDK保持一致,若有微调变动与IDE对齐 diff --git "a/sig/sig_architecture/meetings/\345\271\264\345\272\246\347\272\252\350\246\201\346\261\207\346\200\273/\346\236\266\346\236\204SIG\345\271\264\345\272\246\347\272\252\350\246\201_2021\345\271\264.md" "b/sig/sig_architecture/meetings/\345\271\264\345\272\246\347\272\252\350\246\201\346\261\207\346\200\273/\346\236\266\346\236\204SIG\345\271\264\345\272\246\347\272\252\350\246\201_2021\345\271\264.md" index 8246c9f..81ffa23 100644 --- "a/sig/sig_architecture/meetings/\345\271\264\345\272\246\347\272\252\350\246\201\346\261\207\346\200\273/\346\236\266\346\236\204SIG\345\271\264\345\272\246\347\272\252\350\246\201_2021\345\271\264.md" +++ "b/sig/sig_architecture/meetings/\345\271\264\345\272\246\347\272\252\350\246\201\346\261\207\346\200\273/\346\236\266\346\236\204SIG\345\271\264\345\272\246\347\272\252\350\246\201_2021\345\271\264.md" @@ -28,9 +28,9 @@ 会议结论: 1、共申请新建三个仓 ``` -https://gitee.com/openharmony/vendor_bearpi -https://gitee.com/openharmony/applications_sample_bearpi_hm_nano -https://gitee.com/openharmony/device_bearpi_bearpi_hm_nano +vendor_bearpi +applications_sample_bearpi_hm_nano +device_bearpi_bearpi_hm_nano ``` 2、另外引入两个三方开源软件,将会以外链加patch的形式方式提供 @@ -72,18 +72,18 @@ https://gitee.com/openharmony/device_bearpi_bearpi_hm_nano ## 2021-8-17 会议纪要(Notes) **议题1、新增ace_ets_loader和ace_js_loader仓: -`https://gitee.com/openharmony/ace_ets_loader` -`https://gitee.com/openharmony/ace_js_loader` +`ace_ets_loader` +`ace_js_loader` 新增三方开源软件仓weex-loader和parse5: -`https://gitee.com/openharmony/weex-loader` -`https://gitee.com/openharmony/parse5`** +`third_party_weex-loader` +`third_party_parse5` 汇报人:王纯 会议结论: 1、新增4个仓 -`https://gitee.com/openharmony/developtools/ace-js2bundle` -`https://gitee.com/openharmony/developtools/ace-ets2bundle` -`https://gitee.com/openharmony/third_party/weex-loader` -`https://gitee.com/openharmony/third_party/parse5` +`ace-js2bundle` +`ace-ets2bundle` +`third_party_weex-loader` +`third_party_parse5` 2、打包后的sdk的路径与鸿蒙SDK保持一致,若有微调变动与IDE对齐 ## 2021-8-24 会议纪要(Notes) diff --git a/sig/sig_architecture/sig_architecture_cn.md b/sig/sig_architecture/sig_architecture_cn.md index f555de8..2aa7a5a 100644 --- a/sig/sig_architecture/sig_architecture_cn.md +++ b/sig/sig_architecture/sig_architecture_cn.md @@ -28,7 +28,7 @@ - 会议申报:[OpenHarmony SIG-Architecture Meeting Proposal](https://shimo.im/sheets/StzhuFkEk38enrnl/MODOC) - 会议链接: Welink - 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接 - - 会议纪要:[查看历史会议纪要](https://gitee.com/openharmony/community/tree/master/sig/sig-architecture/meetings) + - 会议纪要:[查看历史会议纪要](https://gitee.com/openharmony/community/tree/master/sig/sig_architecture/meetings) ### 联系方式(可选) diff --git a/sig/sig_distributeddatamgr/meeting_records.md b/sig/sig_distributeddatamgr/meeting_records.md index 6b8de48..873a04c 100644 --- a/sig/sig_distributeddatamgr/meeting_records.md +++ b/sig/sig_distributeddatamgr/meeting_records.md @@ -24,7 +24,7 @@ | SIG毕业 | 法务 | 知识产权 | 项目的所有源码必须包含许可头与版权声明。 | 工具:通过社区OAT工具门禁,检查项目所有文件是否包含正确的许可头与版权头 | QA SIG | 已完成OAT扫描 | | SIG毕业 | 法务 | 知识产权 | 项目新开发代码为独立自主开发。 | 工具:通过社区FOSSSCAN门禁扫描自研代码,不存在三方代码片断 | QA SIG | 已完成OAT扫描 | | SIG毕业 | 法务 | 知识产权 | 项目Committer都签署[DCO协议](https://dco.openharmony.io/sign/Z2l0ZWUlMkZPcGVuQXRvbQ==) | 工具+人工:工具检测代码提交者是否签署DCO,人工审核DCO协议签署 | QA SIG | 已完成OAT扫描及人工审查 | -| SIG毕业 | 质量 | 可构建 | 项目必须支持从源代码构建出可工作的系统,且应该仅使用业界可公开获得的构建工具。 | 工具+人工:参考构建指导即可快速完成自动化构建 | 编译构建 SIG | 使用整体项目提供的gn编译构建即可;
对应的GN文件:
https://gitee.com/openharmony-sig/distributeddatamgr_appdatamgr/blob/master/appdatamgr_lite/BUILD.gn | +| SIG毕业 | 质量 | 可构建 | 项目必须支持从源代码构建出可工作的系统,且应该仅使用业界可公开获得的构建工具。 | 工具+人工:参考构建指导即可快速完成自动化构建 | 编译构建 SIG | 使用整体项目提供的gn编译构建即可;| | SIG毕业 | 质量 | 可测试 | 项目必须提供完备的测试用例,覆盖大部分逻辑分支及所有外部接口,且支持OpenHarmony社区测试套件实现构建自动测试。 | 工具:自动化测试套件,覆盖率>85% | 测试SIG | 测试报告及文本用例设计 | | SIG毕业 | 质量 | 安全 | 项目使用的加密算法必须是安全的、公开的加密算法及协议,不得使用已被破解的加密算法及协议。 | 工具:安全扫描工具 | 安全 SIG | 当前代码人工排查不涉及加密,通过门禁 | | SIG毕业 | 质量 | 安全 | 项目必须使用密码学安全的随机数生成器生成所有加密密钥和随机数,并且不得使用密码学不安全的生成器 | 工具:安全扫描工具 | 安全 SIG | 当前代码人工排查不涉及加密,通过门禁 | diff --git a/sig/sig_huaweicloud/sig_huaweicloud.md b/sig/sig_huaweicloud/sig_huaweicloud.md index f61bc45..51467c1 100644 --- a/sig/sig_huaweicloud/sig_huaweicloud.md +++ b/sig/sig_huaweicloud/sig_huaweicloud.md @@ -40,7 +40,7 @@ Provide cloud collaboration components for OpenHarmony, hoping that HUAWEI CLOUD - Meeting Proposal: [OpenHarmony sig_HuaweiCloud Meeting Proposal](https://shimo.im/sheets/zdkyBwNxgzCP8nA6/MODOC) - Meeting link: Welink or others - Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link - - Meeting Summary:To view the minutes of past meetings, please click this [Meeting minutes](https://gitee.com/openharmony-sig/sig-content/tree/master/huaweicloud/meetings) + - Meeting Summary: ### Contact | Address | Introduction | Usage Description | diff --git a/sig/sig_huaweicloud/sig_huaweicloud_cn.md b/sig/sig_huaweicloud/sig_huaweicloud_cn.md index bfa8200..8d3f3b7 100644 --- a/sig/sig_huaweicloud/sig_huaweicloud_cn.md +++ b/sig/sig_huaweicloud/sig_huaweicloud_cn.md @@ -40,7 +40,7 @@ - 议题申报: [OpenHarmony sig_HuaweiCloud Meeting Proposal](https://shimo.im/sheets/zdkyBwNxgzCP8nA6/MODOC) - 会议链接:Welink或其他会议 - 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io) 邮件列表 dev@openharmony.io 获取会议链接 - - 会议纪要:查看往期会议纪要,请点此[会议纪要](https://gitee.com/openharmony-sig/sig-content/tree/master/huaweicloud/meetings) + - 会议纪要: ### 联系方式(可选) | 地址 | 简介 | 用途说明 | diff --git a/sig/sig_infrastructure/sig_infrastructure.md b/sig/sig_infrastructure/sig_infrastructure.md index f14786e..3872aa8 100644 --- a/sig/sig_infrastructure/sig_infrastructure.md +++ b/sig/sig_infrastructure/sig_infrastructure.md @@ -53,7 +53,7 @@ Actively cooperate with developers, universities and community developers to pro - Meeting application: None - Meeting link:Tencent meeting or other meeting - Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/dev@openharmony.io) mailing list for the meeting link - - Meeting Summary: To view the minutes of past meetings, please click this [link](https://gitee.com/openharmony-sig/sig-content/tree/master/infrastructure/meetings) + - Meeting Summary: To view the minutes of past meetings, please click this [link](https://gitee.com/openharmony-sig/sig-content/tree/master/Infrastructure/meetings) ### Contact (optional) diff --git a/sig/sig_iot_sensing_network/sig_iot_sensing_network.md b/sig/sig_iot_sensing_network/sig_iot_sensing_network.md index 21da287..d6b4b8a 100644 --- a/sig/sig_iot_sensing_network/sig_iot_sensing_network.md +++ b/sig/sig_iot_sensing_network/sig_iot_sensing_network.md @@ -55,7 +55,7 @@ SIG construction focuses on the following sub-directions to build Openharmony ne - Meeting declaration: Please refer to shared document link https://shimo.im/tables/e1Az4ar2e8FxMoqW - Conference link: Welink - Meeting notices: Please subscribe mailing list [dev@openharmony.io](https://lists.openatom.io/postorius/lists/dev.openharmony.io/) for conference link - - Meeting minutes: [archive link address](https://gitee.com/openharmony-sig/sig-content/tree/master/iot_sensing_network/meetings) + - Meeting minutes: ### Contact information (optional) diff --git a/sig/sig_iot_sensing_network/sig_iot_sensing_network_cn.md b/sig/sig_iot_sensing_network/sig_iot_sensing_network_cn.md index 0bf4ccc..e9c69b9 100644 --- a/sig/sig_iot_sensing_network/sig_iot_sensing_network_cn.md +++ b/sig/sig_iot_sensing_network/sig_iot_sensing_network_cn.md @@ -49,7 +49,7 @@ SIG建设围绕以下子方向,建设Openharmony网络栈能力: - 会议申报:请访问石墨共享文档连接https://shimo.im/tables/e1Az4ar2e8FxMoqW - 会议链接: Welink - 会议通知: 请订阅邮件列表[dev@openharmony.io](https://lists.openatom.io/postorius/lists/dev.openharmony.io/)获取会议链接 - - 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content/tree/master/iot_sensing_network/meetings) + - 会议纪要: ### 联系方式(可选) diff --git a/sig/sig_kernel/meetings/2021_10_21_About_The_Decision_To_Setup_Repos.md b/sig/sig_kernel/meetings/2021_10_21_About_The_Decision_To_Setup_Repos.md index 4607aec..b993c02 100644 --- a/sig/sig_kernel/meetings/2021_10_21_About_The_Decision_To_Setup_Repos.md +++ b/sig/sig_kernel/meetings/2021_10_21_About_The_Decision_To_Setup_Repos.md @@ -9,7 +9,6 @@ the kernel-sig to support storage-management-related features - [@zhangzhiwi](https://gitee.com/zhangzhiwi) - [@easy-to-see](https://gitee.com/easy-to-see) - [@bubble_mao](https://gitee.com/bubble_mao) -- [@chenjinglong-hw](https://gitee.com/chenjinglong-hw) - [@im-off-this-week](https://gitee.com/im-off-this-week) - [@karl-z](https://gitee.com/karl-z) diff --git a/sig/sig_knowlege/sig_knowledge.md b/sig/sig_knowlege/sig_knowledge.md index 4cd2489..ba050c9 100644 --- a/sig/sig_knowlege/sig_knowledge.md +++ b/sig/sig_knowlege/sig_knowledge.md @@ -38,7 +38,7 @@ Note: The content of this SIG follows the convention described in OpenHarmony's - Meeting application:To be added - Meeting link: Welink or other meeting - Meeting notification: [Subscribe to ](https://lists.openatom.io/postorius/lists/sig-knowledge.openharmony.io/) mailing list sig-knowledge@openharmony.io for the meeting link - - Meeting Summary: To view the minutes of past meetings, please click this [link](https://gitee.com/openharmony-sig/sig-content/tree/master/knowledge/meetings) + - Meeting Summary: To view the minutes of past meetings, please click this [link](https://gitee.com/openharmony-sig/sig-content/tree/master/knowlege/meetings) ### Contact (optional) diff --git a/sig/sig_opengfxdriver/sig_opengfxdriver.md b/sig/sig_opengfxdriver/sig_opengfxdriver.md index b578337..eaacb9a 100644 --- a/sig/sig_opengfxdriver/sig_opengfxdriver.md +++ b/sig/sig_opengfxdriver/sig_opengfxdriver.md @@ -22,21 +22,19 @@ Opengfxdriver SIG aims to support open source graphics driver on OpenHarmony. We - @xfan1024(https://gitee.com/xfan1024) - @biannm(https://gitee.com/biannm) - @xzmu(https://gitee.com/xzmu) -- @zhouwjfi(https://gitee.com/zhouwifi) - @robinXiao777(https://gitee.com/robinXiao777) - @cosmoslhf(https://gitee.com/cosmoslhf) - @algoideas(https://gitee.com/algoideas) - @zxg-gitee(https://gitee.com/zxg-gitee) -- @zhaeoyu(https://gitee.com/zhaeoyu) - @hiharmonica_leo(https://gitee.com/hiharmonica_leo) - @alata(https://gitee.com/alata) ### Meetings - Meeting time:BiWeek Friday or Saturday 16:00-18:00 - - Meeting application: https://etherpad.openharmony.cn/p/sig_opengfxdriver + - Meeting application: - Meeting link: Welink Meeting or Others - - Meeting notification: [Subscribe to] (https://lists.openatom.io/hyperkitty/list/sig-opengfxdriver@openharmony.io/) mailing list dev@openharmony.io for the meeting link - - Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content/tree/master/opengfxdriver/meetings) + - Meeting notification: [Subscribe to] (https://lists.openatom.io/hyperkitty/list/dev@openharmony.io/) mailing list dev@openharmony.io for the meeting link + - Meeting-Minutes: ### Contact (optional) - frank.huangran@huawei.com diff --git a/sig/sig_opengfxdriver/sig_opengfxdriver_cn.md b/sig/sig_opengfxdriver/sig_opengfxdriver_cn.md index 207cc39..299a06d 100644 --- a/sig/sig_opengfxdriver/sig_opengfxdriver_cn.md +++ b/sig/sig_opengfxdriver/sig_opengfxdriver_cn.md @@ -22,21 +22,19 @@ Opengfxdriver SIG旨在支持开源图形驱动在OpenHarmony上的发展,我 - @xfan1024(https://gitee.com/xfan1024) - @biannm(https://gitee.com/biannm) - @xzmu(https://gitee.com/xzmu) -- @zhouwjfi(https://gitee.com/zhouwifi) - @robinXiao777(https://gitee.com/robinXiao777) - @cosmoslhf(https://gitee.com/cosmoslhf) - @algoideas(https://gitee.com/algoideas) - @zxg-gitee(https://gitee.com/zxg-gitee) -- @zhaeoyu(https://gitee.com/zhaeoyu) - @hiharmonica_leo(https://gitee.com/hiharmonica_leo) - @alata(https://gitee.com/alata) ### 会议 - 会议时间:双周例会,周五 or 周六下午16:00-18:00 - - 会议申报:https://etherpad.openharmony.cn/p/sig_opengfxdriver + - 会议申报: - 会议链接: Welink或其他会议 - - 会议通知: 请[订阅](https://lists.openatom.io/hyperkitty/list/sig-opengfxdriver@openharmony.io/)邮件列表 dev@openharmony.io 获取会议链接 - - 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content/tree/master/opengfxdriver/meetings) + - 会议通知: 请[订阅](https://lists.openatom.io/hyperkitty/list/dev@openharmony.io/)邮件列表 dev@openharmony.io 获取会议链接 + - 会议纪要: ### 联系方式(可选) - frank.huangran@huawei.com diff --git a/sig/sig_print/sig_print.md b/sig/sig_print/sig_print.md index b9141f1..2ad74f9 100644 --- a/sig/sig_print/sig_print.md +++ b/sig/sig_print/sig_print.md @@ -23,7 +23,6 @@ Print SIG aims to develop print function for OpenHarmony, expand and improve the ### Committers - @eric072(https://gitee.com/eric072) - @Sturmegezhutz(https://gitee.com/Sturmegezhutz) -- @jorway_ou(https://gitee.com/jorway_ou) - @litao33(https://gitee.com/litao33) ### Meetings diff --git a/sig/sig_print/sig_print_cn.md b/sig/sig_print/sig_print_cn.md index 1dc9a02..3c0b635 100644 --- a/sig/sig_print/sig_print_cn.md +++ b/sig/sig_print/sig_print_cn.md @@ -22,7 +22,6 @@ Print SIG旨在为OpenHarmony开发打印服务功能,进一步拓展及完善 ### Committers列表 - @eric072(https://gitee.com/eric072) - @Sturmegezhutz(https://gitee.com/Sturmegezhutz) -- @jorway_ou(https://gitee.com/jorway_ou) - @litao33(https://gitee.com/litao33) ### 会议 diff --git a/sig/sig_qa/guidance_for_incubation_project_graduation.md b/sig/sig_qa/guidance_for_incubation_project_graduation.md index c422eaa..c0040c2 100644 --- a/sig/sig_qa/guidance_for_incubation_project_graduation.md +++ b/sig/sig_qa/guidance_for_incubation_project_graduation.md @@ -15,7 +15,7 @@ English | [简体中文](./guidance_for_incubation_project_graduation_cn.md) | PMC| Huang Minglong| [minglonghuang](https://gitee.com/minglonghuang) | | Architecture SIG| Ren Gelin| [im-off-this-week](https://gitee.com/im-off-this-week) | | Security SIG| Zhang Adong|[zhangadong](https://gitee.com/zhangadong) | -| Test SIG| Gao Hanyi | [gaohanyi1982](https://gitee.com/1982) | +| Test SIG| Gao Hanyi | [gaohanyi1982](https://gitee.com/gaohanyi1982) | | Test SIG| Wang Juntao| [wangjuntao](https://gitee.com/buranfanchen) | | Infrastructure SIG| Wang Yiming| [youthdragon](https://gitee.com/youthdragon) | | API SIG | Zhang Yongzhi| [zhangyongzhi](https://gitee.com/karl-z)| diff --git a/sig/sig_qa/repository_management_regulations.md b/sig/sig_qa/repository_management_regulations.md index 29c0c64..14d6bd8 100644 --- a/sig/sig_qa/repository_management_regulations.md +++ b/sig/sig_qa/repository_management_regulations.md @@ -18,9 +18,9 @@ | **社区角色** | 描述 | **成员名单** | | ------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | PMC | 项目管理委员会(PMC)成员,拥有代码库写权限、OpenHarmony 新版本发布、Roadmap发布、新PMC/Committer等社区事务的投票权、以及新的 PMC 成员和 Committer 提名权。PMC负责OpenHarmony 社区的管理工作,包括开源OpenHarmony 社区版本规划、竞争力规划、特性开发代码维护、资料开发、补丁规划等;组织PMC委员的选举和退出,负责Committer的任命和退出;负责OpenHarmony 社区SIG的申请准入、SIG孵化项目指导、SIG毕业项目准入等SIG生命周期管理等。 | https://gitee.com/openharmony/community/blob/master/zh/pmc.md | -| Committer | Committer拥有SIG子领域的代码仓写权限。Committer 负责SIG领域软件模块设计与评审,负责代码审核及维护,处理OpenHarmony社区的issue、邮件列表问题,辅导Contributors快速理解SIG领域架构设计并提升代码开发技能。 | https://gitee.com/openharmony/community/blob/master/zh/committer.md | +| Committer | Committer拥有SIG子领域的代码仓写权限。Committer 负责SIG领域软件模块设计与评审,负责代码审核及维护,处理OpenHarmony社区的issue、邮件列表问题,辅导Contributors快速理解SIG领域架构设计并提升代码开发技能。 | https://gitee.com/openharmony/community/blob/master/sig/sigs_list.toml | | Contributor | 有一定代码编程经验的开发者。Contributors以参与OpenHarmony 社区代码贡献、文档贡献、技术方案讨论及设计、解答用户问题、发表技术文章及视频课程、组织策划开源OpenHarmony 社区活动等形式参与OpenHarmony 社区。 | - | -| Sig Leader | SIG Leader负责特定SIG的运营及维护。SIG Leader负责定义特定SIG的工作范围及业务目标,并负责对应SIG的运营及维护;吸纳并发展Committer参与对应SIG的项目孵化、文档完善及社区推广;定期在PMC项目管理委员会汇报SIG孵化项目及SIG运营进展,并基于PMC的指导建议完成相关改进。 | https://gitee.com/openharmony/community/blob/master/sig/sigs_subsystem_list.md | +| Sig Leader | SIG Leader负责特定SIG的运营及维护。SIG Leader负责定义特定SIG的工作范围及业务目标,并负责对应SIG的运营及维护;吸纳并发展Committer参与对应SIG的项目孵化、文档完善及社区推广;定期在PMC项目管理委员会汇报SIG孵化项目及SIG运营进展,并基于PMC的指导建议完成相关改进。 | https://gitee.com/openharmony/community/blob/master/sig/sigs_list.toml | - **OpenHarmony Gitee 企业账号IT系统角色** diff --git a/sig/sig_robotics/sig_robotics.md b/sig/sig_robotics/sig_robotics.md index 4ee3f88..2c2be28 100644 --- a/sig/sig_robotics/sig_robotics.md +++ b/sig/sig_robotics/sig_robotics.md @@ -17,7 +17,7 @@ Robotic sub-systems based on OpenHarmony that support technical architectures, a ## SIG Members ### Leader -- @[sunmingang](https://gitee.com/sunmingang) +- @[sunmingang](https://gitee.com/open_link_association_admin) - @[ricther](https://gitee.com/ricther) - @[shangchunpeng](https://gitee.com/shangchunpeng) diff --git a/sig/sig_robotics/sig_robotics_cn.md b/sig/sig_robotics/sig_robotics_cn.md index 0b6cf90..2ea5512 100644 --- a/sig/sig_robotics/sig_robotics_cn.md +++ b/sig/sig_robotics/sig_robotics_cn.md @@ -12,7 +12,7 @@ ## SIG组成员 ### Leader -- @[sunmingang](https://gitee.com/sunmingang) +- @[sunmingang](https://gitee.com/open_link_association_admin) - @[ricther](https://gitee.com/ricther) - @[shangchunpeng](https://gitee.com/shangchunpeng) diff --git a/sig/sigs_list.toml b/sig/sigs_list.toml index c8de68c..48e3e72 100644 --- a/sig/sigs_list.toml +++ b/sig/sigs_list.toml @@ -557,7 +557,7 @@ gitee_id = "https://gitee.com/lihong67" gitee_email = "lihong67@huawei.com" [[sig.projects.committer]] -gitee_id = "https://gitee.com/chengongpingde" +gitee_id = "https://gitee.com/gongpingde" gitee_email = "chengongping@huawei.com" @@ -569,7 +569,7 @@ gitee_id = "https://gitee.com/lihong67" gitee_email = "lihong67@huawei.com" [[sig.projects.committer]] -gitee_id = "https://gitee.com/chengongpingde" +gitee_id = "https://gitee.com/gongpingde" gitee_email = "chengongping@huawei.com" [[sig.projects.committer]] @@ -585,7 +585,7 @@ gitee_id = "https://gitee.com/lihong67" gitee_email = "lihong67@huawei.com" [[sig.projects.committer]] -gitee_id = "https://gitee.com/chengongpingde" +gitee_id = "https://gitee.com/gongpingde" gitee_email = "chengongping@huawei.com" @@ -597,7 +597,7 @@ gitee_id = "https://gitee.com/lihong67" gitee_email = "lihong67@huawei.com" [[sig.projects.committer]] -gitee_id = "https://gitee.com/chengongpingde" +gitee_id = "https://gitee.com/gongpingde" gitee_email = "chengongping@huawei.com" @@ -6655,7 +6655,7 @@ sub_system = ["NONE"] projects = [] [sig.leader] -gitee_id = "https://gitee.com/sunmingang" +gitee_id = "https://gitee.com/open_link_association_admin" gitee_email = "sunmingang@jd.com" [[sig]] sig_name = "sig_secure_element" diff --git a/zh/committer.md b/zh/committer.md index 7f31b0b..2115114 100644 --- a/zh/committer.md +++ b/zh/committer.md @@ -243,10 +243,10 @@ | 241 | kernel_linux_build | kernel/linux/build | https://gitee.com/weiyj_lk | weiyongjun1@huawei.com | https://gitee.com/leejiawei
https://gitee.com/z-jax | lijiawei49@huawei.com
zhujiaxin@huawei.com | sig_kernel | 0 | | 242 | kernel_linux_4.19 | kernel/linux/linux-4.19 | https://gitee.com/liuyoufang | liuyu82@huawei.com | https://gitee.com/weiyj_lk | weiyongjun1@huawei.com | sig_kernel | 1 | | 243 | kernel_linux_5.10 | kernel/linux/linux-5.10 | https://gitee.com/weiyj_lk | weiyongjun1@huawei.com | https://gitee.com/leejiawei
https://gitee.com/z-jax | lijiawei49@huawei.com
zhujiaxin@huawei.com | sig_kernel | 0 | -| 244 | developtools_ace-js2bundle | developtools/ace_js2bundle | https://gitee.com/lihong67 | lihong67@huawei.com | https://gitee.com/chengongpingde | chengongping@huawei.com | sig_appframework | 0 | -| 245 | developtools_ace-ets2bundle | developtools/ace_ets2bundle | https://gitee.com/lihong67 | lihong67@huawei.com | https://gitee.com/chengongpingde
https://gitee.com/houhaoyu | chengongping@huawei.com
houhaoyu@huawei.com | sig_appframework | 0 | -| 246 | third_party_weex-loader | third_party/weex-loader | https://gitee.com/lihong67 | lihong67@huawei.com | https://gitee.com/chengongpingde | chengongping@huawei.com | sig_appframework | 0 | -| 247 | third_party_parse5 | third_party/parse5 | https://gitee.com/lihong67 | lihong67@huawei.com | https://gitee.com/chengongpingde | chengongping@huawei.com | sig_appframework | 0 | +| 244 | developtools_ace-js2bundle | developtools/ace_js2bundle | https://gitee.com/lihong67 | lihong67@huawei.com | https://gitee.com/gongpingde | chengongping@huawei.com | sig_appframework | 0 | +| 245 | developtools_ace-ets2bundle | developtools/ace_ets2bundle | https://gitee.com/lihong67 | lihong67@huawei.com | https://gitee.com/gongpingde
https://gitee.com/houhaoyu | chengongping@huawei.com
houhaoyu@huawei.com | sig_appframework | 0 | +| 246 | third_party_weex-loader | third_party/weex-loader | https://gitee.com/lihong67 | lihong67@huawei.com | https://gitee.com/gongpingde | chengongping@huawei.com | sig_appframework | 0 | +| 247 | third_party_parse5 | third_party/parse5 | https://gitee.com/lihong67 | lihong67@huawei.com | https://gitee.com/gongpingde | chengongping@huawei.com | sig_appframework | 0 | | 248 | third_party_glfw | third_party/glfw | https://gitee.com/laigerendaqiu | lihao71@huawei.com | https://gitee.com/seaside_wu | wuhaibin5@huawei.com | sig_appframework | 0 | | 249 | hiviewdfx_blackbox | base/hiviewdfx/blackbox | https://gitee.com/stesen | stesen.ma@huawei.com | https://gitee.com/faithwang | wangyanteng@huawei.com | sig_basicsoftwareservice | 0 | | 250 | hiviewdfx_hidumper_lite | base/hiviewdfx/hidumper_lite | https://gitee.com/faithwang | wangyanteng@huawei.com | https://gitee.com/shenchenkai | shenchenkai@huawei.com | sig_basicsoftwareservice | 0 | -- GitLab