!352 add sig_appframework
This commit is contained in:
parent
21af5668c0
commit
47c783b4ff
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
|
@ -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
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue