diff --git a/sig/sig-oh-board-website/OWNERS b/sig/sig-oh-board-website/OWNERS new file mode 100644 index 0000000000000000000000000000000000000000..a02ad6ab54cc2cc473a2bcb9073727ca56d49777 --- /dev/null +++ b/sig/sig-oh-board-website/OWNERS @@ -0,0 +1,38 @@ +{ + "Leader":[ + { + "gitee_id":"liuyang198591", + "gitee_email":"liu_yang@hoperun.com" + } + ] + "Committers":[ + { + "gitee_id":"kefeixiong", + "gitee_email":"addy.ke@rock-chips.com" + }, + { + "gitee_id":"cijliu", + "gitee_email":"cijliu@qq.com" + }, + { + "gitee_id":"Laowang-BearPi", + "gitee_email":"wangcheng@holdiot.com" + }, + { + "gitee_id":"weidongshan", + "gitee_email":"weidongshan@qq.com" + }, + { + "gitee_id":"Leon", + "gitee_email":"jahyeonbeak@163.com " + }, + { + "gitee_id":"zhaoxiuxiu", + "gitee_email":"1605427044@qq.com" + }, + { + "gitee_id":"firefly_team", + "gitee_email":"zxf@t-chip.com.cn" + } + ] +} diff --git a/sig/sig-oh-board-website/sig_oh_board_website.md b/sig/sig-oh-board-website/sig_oh_board_website.md new file mode 100644 index 0000000000000000000000000000000000000000..2ec56508d7597ed03681f8b936821bb22a1a09de --- /dev/null +++ b/sig/sig-oh-board-website/sig_oh_board_website.md @@ -0,0 +1,58 @@ +# OH-BOARD-SIG +English | [简体中文](./sig_oh_board_website.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 + +- Solve the fragmentation of ohos motherboard and accessories + +- Provide one-stop service platform for ohos card + +- Provide the exchange platform for business opportunities of ohos board + +### Scope + +- Provide information specification of development boards with different models and specifications + +Board business functions, portability and compatibility requirements + +- Porting and Contributing Guidelines + +Guides equipment manufacturers, chip manufacturers and others cooperate to contribute their codes to the community. + +- Demo Projects + +Create sample projects of equipment manufacturers or chip manufacturers for reference by other manufacturers + +- Expanding Ecosystems + +Actively negotiate and cooperate with equipment manufacturers and chip manufacturers + +### The repository +- project name: + - oh-board-website: https://gitee.com/openharmony-sig/oh-board-website + +## SIG Members + +### Leader +- [liuyang198591](https://gitee.com/liuyang198591) + +### Committers列表 +- [kefeixiong](https://gitee.com/addyke) +- [cijliu](https://gitee.com/cijliu) +- [Laowang-BearPi](https://gitee.com/laowangiotclub) +- [weidongshan](https://gitee.com/weidongshan) +- [Leon](https://gitee.com/jahyeon) +- [zhao_xiuxiu](https://gitee.com/zhao_xiuxiu) +- [firefly_team](https://gitee.com/firefly_team) + +### Meetings + - Meeting time:Monthly meeting + - Meeting link:Tencent conference link + +### Contact (optional) + +- Mailing list: +- Slack group: +- Wechat group:OH-Board-SIG diff --git a/sig/sig-oh-board-website/sig_oh_board_website_cn.md b/sig/sig-oh-board-website/sig_oh_board_website_cn.md new file mode 100644 index 0000000000000000000000000000000000000000..d275ebb55071b115674d9f1199b73ccb429aaa5a --- /dev/null +++ b/sig/sig-oh-board-website/sig_oh_board_website_cn.md @@ -0,0 +1,59 @@ +# OH-BOARD-SIG组 +简体中文 | [English](./sig_oh_board_website_cn.md) + +说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 + +## SIG组工作目标和范围 + +### 工作目标 +- 解决OHOS主板及配件的碎片化 + +- 提供OHOS板卡一站式服务平台 + +- 提供OHOS板卡商机的交流平台 + +### 工作范围 + +- 提供不同型号规格开发板的信息规范 + + 开发板业务功能、移植性以及兼容性需求 + +- 移植和贡献规范 + + 指导设备厂商、芯片厂商贡献他们的代码到社区 + +- 样例工程 + + 创建设备厂商或芯片厂商的样例工程,给其他厂商来参考 + +- 生态拓展 + + 积极与设备厂商、芯片厂商进行洽谈合作 + +## 代码仓 +- 代码仓地址: + - oh-board-website: https://gitee.com/openharmony-sig/oh-board-website + +## SIG组成员 + +### Leader +- [liuyang198591](https://gitee.com/liuyang198591) + +### Committers列表 +- [kefeixiong](https://gitee.com/addyke) +- [cijliu](https://gitee.com/cijliu) +- [Laowang-BearPi](https://gitee.com/laowangiotclub) +- [weidongshan](https://gitee.com/weidongshan) +- [Leon](https://gitee.com/jahyeon) +- [zhao_xiuxiu](https://gitee.com/zhao_xiuxiu) +- [firefly_team](https://gitee.com/firefly_team) + +### 会议 + - 会议时间:月度例会 + - 会议链接:腾讯会议链接 + +### 联系方式(可选) + +- 邮件列表: +- Slack群组:NA +- 微信群:OH-Board-SIG diff --git a/sig/sigs.json b/sig/sigs.json index f21fa27691870af671332139d67b3a35435b0b41..3b57307079644431dd57e6ca6460df5034ef1a81 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -56,6 +56,11 @@ "project-path":["applications/standard/systemui", "applications/standard/settings", "applications/standard/launcher"] + }, + { + "sig-name":"sig-oh-board-website", + "projects":"https://gitee.com/openharmony-sig/oh-board-website", + "project-path":"NONE" } ] }