From 47c783b4ffe4ac88468a85084dc285d1bc031cb5 Mon Sep 17 00:00:00 2001 From: lihong Date: Tue, 24 Aug 2021 12:13:34 +0000 Subject: [PATCH] !352 add sig_appframework --- sig/sig-appframework/OWNERS | 18 +++++++++ sig/sig-appframework/sig-appframework.md | 45 +++++++++++++++++++++ sig/sig-appframework/sig-appframework_cn.md | 43 ++++++++++++++++++++ sig/sigs.json | 17 +++++++- zh/committer.md | 4 ++ 5 files changed, 126 insertions(+), 1 deletion(-) create mode 100644 sig/sig-appframework/OWNERS create mode 100644 sig/sig-appframework/sig-appframework.md create mode 100644 sig/sig-appframework/sig-appframework_cn.md diff --git a/sig/sig-appframework/OWNERS b/sig/sig-appframework/OWNERS new file mode 100644 index 0000000..7a30fe8 --- /dev/null +++ b/sig/sig-appframework/OWNERS @@ -0,0 +1,18 @@ +{ + "Leader":[ + { + "gitee_id":"huawei_qiangbo", + "gitee_email":"qiangbo2@huawei.com" + } + ], + "Committers":[ + { + "gitee_id":"chengongpingde", + "gitee_email":"chengongping@huawei.com" + }, + { + "gitee_id":"lihong67", + "gitee_email":"lihong67@huawei.com" + } + ] +} \ No newline at end of file diff --git a/sig/sig-appframework/sig-appframework.md b/sig/sig-appframework/sig-appframework.md new file mode 100644 index 0000000..f6ea556 --- /dev/null +++ b/sig/sig-appframework/sig-appframework.md @@ -0,0 +1,45 @@ +# SIG_ApplicationFramework +English | [简体中文](./sig-appframework_cn.md) + +Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md). + +## SIG group work objectives and scope + +### work goals + +Specifies basic design requirements of OpenHarmony ApplicationFramework, ApplicationFramework Review Process. Review the ApplicationFramework design document. + +### work scope + +OpenHarmony ApplicationFramework Governance Charter、ApplicationFramework Review, etc. + +## The repository + +- project name: + - developtools_ace-js2bundle:https://gitee.com/openharmony/developtools_ace-js2bundle + - developtools_ace-ets2bundle:https://gitee.com/openharmony/developtools_ace-ets2bundle + - third_party_weex-loader:https://gitee.com/openharmony/third_party_weex-loader + - third_party_parse5:https://gitee.com/openharmony/third_party_parse5 + +## SIG Members + +### Leader +- @huawei_qiangbo(https://gitee.com/huawei_qiangbo) + +### Committers +- @huawei_qiangbo(https://gitee.com/huawei_qiangbo) +- @gongpingde(https://gitee.com/gongpingde) +- @lihong67(https://gitee.com/lihong67) + +### Meetings + - Meeting time:Every Tuesday at 16:00 o'clock + - Meeting application: https://shimo.im/sheets/qhwcqXRkqCXkcPcX/MODOC/ + - Meeting link: Welink Meeting 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-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content) + +### Contact (optional) + +- Mailing list: dev@openharmony.io +- Zulip group: https://zulip.openharmony.cn +- Wechat group:NA diff --git a/sig/sig-appframework/sig-appframework_cn.md b/sig/sig-appframework/sig-appframework_cn.md new file mode 100644 index 0000000..213bebf --- /dev/null +++ b/sig/sig-appframework/sig-appframework_cn.md @@ -0,0 +1,43 @@ +# SIG_ApplicationFramework +简体中文 | [English](./sig-appframework_cn.md) + +说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 + +## SIG组工作目标和范围 + +### 工作目标 +OpenHarmony ApplicationFramework治理,制定相应的设计规范、评审流程要求等,负责ApplicationFramework相关的设计与提交评审。 + +### 工作范围 +ApplicationFramework相关的设计评审、提交评审、《OpenHarmony ApplicationFramework治理章程》修订。 + +## 代码仓 +- 代码仓地址: + - developtools_ace-js2bundle:https://gitee.com/openharmony/developtools_ace-js2bundle + - developtools_ace-ets2bundle:https://gitee.com/openharmony/developtools_ace-ets2bundle + - third_party_weex-loader:https://gitee.com/openharmony/third_party_weex-loader + - third_party_parse5:https://gitee.com/openharmony/third_party_parse5 + + +## SIG组成员 + +### Leader +- @huawei_qiangbo(https://gitee.com/huawei_qiangbo) + +### Committers列表 +- @huawei_qiangbo(https://gitee.com/huawei_qiangbo) +- @gongpingde(https://gitee.com/gongpingde) +- @lihong67(https://gitee.com/lihong67) + +### 会议 + - 会议时间:每周二 16:00 + - 会议申报:https://shimo.im/sheets/qhwcqXRkqCXkcPcX/MODOC/ + - 会议链接: Welink或其他会议 + - 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接 + - 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content) + +### 联系方式(可选) + +- 邮件列表: dev@openharmony.io +- Zulip群组: https://zulip.openharmony.cn +- 微信群:NA diff --git a/sig/sigs.json b/sig/sigs.json index c3ad22b..3640648 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -459,6 +459,21 @@ "project-path":[ "NONE" ] - } + }, + { + "sig-name": "sig-appframework", + "projects": [ + "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" + ], + "project-path": [ + "developtools/ace-js2bundle", + "developtools/ace-ets2bundle", + "third_party/weex-loader", + "third_party/parse5" + ] + } ] } diff --git a/zh/committer.md b/zh/committer.md index fb7103c..c5a8bf7 100644 --- a/zh/committer.md +++ b/zh/committer.md @@ -245,3 +245,7 @@ |243|kernel_linux_build|kernel/linux/build|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/weiyj_lk|weiyongjun1@huawei.com|SIG_Kernel| |244|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| |245|kernel_linux_5.10|kernel/linux/linux-5.10|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/weiyj_lk|weiyongjun1@huawei.com|SIG_Kernel| +|246|developtools_ace-js2bundle|developtools/ace-js2bundle|https://gitee.com/lihong67|lihong67@huawei.com|https://gitee.com/chengongpingde|chengongping@huawei.com|SIG_ApplicationFramework +|247|developtools_ace-ets2bundle|developtools/ace-ets2bundle|https://gitee.com/lihong67|lihong67@huawei.com|https://gitee.com/chengongpingde|chengongping@huawei.com|SIG_ApplicationFramework +|248|third_party_weex-loader|third_party/weex-loader|https://gitee.com/lihong67|lihong67@huawei.com|https://gitee.com/chengongpingde|chengongping@huawei.com|SIG_ApplicationFramework +|249|third_party_parse5|third_party/parse5|https://gitee.com/lihong67|lihong67@huawei.com|https://gitee.com/chengongpingde|chengongping@huawei.com|SIG_ApplicationFramework