From a68d0b236d7e21a6ccdd69f334e981336a396e27 Mon Sep 17 00:00:00 2001 From: z00845641 Date: Sat, 7 Jun 2025 17:11:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=A6=96=E6=AC=A1=E5=A2=9E=E5=8A=A0xr?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia42f18956178e5bef608c6b5558a7e74514e0181 --- sig/sig_xr/OWNERS | 10 +++++ sig/sig_xr/docs/design_template.md | 8 ++++ .../meetings/2021_07_06_meeting_template.md | 13 +++++++ sig/sig_xr/sig_xr.md | 31 ++++++++++++++++ sig/sig_xr/sig_xr_cn.md | 37 +++++++++++++++++++ 5 files changed, 99 insertions(+) create mode 100644 sig/sig_xr/OWNERS create mode 100644 sig/sig_xr/docs/design_template.md create mode 100644 sig/sig_xr/meetings/2021_07_06_meeting_template.md create mode 100644 sig/sig_xr/sig_xr.md create mode 100644 sig/sig_xr/sig_xr_cn.md diff --git a/sig/sig_xr/OWNERS b/sig/sig_xr/OWNERS new file mode 100644 index 00000000..450ae8b8 --- /dev/null +++ b/sig/sig_xr/OWNERS @@ -0,0 +1,10 @@ +{ + "Leader": [{ + "gitee_id": "dongjinguang", + "gitee_email": "dongjinguang@huawei.com" + }], + "Committers": [{ + "gitee_id": "dongjinguang", + "gitee_email": "dongjinguang@huawei.com" + }] +} \ No newline at end of file diff --git a/sig/sig_xr/docs/design_template.md b/sig/sig_xr/docs/design_template.md new file mode 100644 index 00000000..7c7cccc1 --- /dev/null +++ b/sig/sig_xr/docs/design_template.md @@ -0,0 +1,8 @@ +[Summary](#summary) +[Goals](#goals) +[Proposal](#proposal) + - [User Scenario(Optional)](#user-scenario-optional) + - [Risk](#risks) +[Design Details](#design-details) + - [System Architecture design](#arch-design) + - [Test Plan](#test-plan) diff --git a/sig/sig_xr/meetings/2021_07_06_meeting_template.md b/sig/sig_xr/meetings/2021_07_06_meeting_template.md new file mode 100644 index 00000000..d7eb9982 --- /dev/null +++ b/sig/sig_xr/meetings/2021_07_06_meeting_template.md @@ -0,0 +1,13 @@ +# July 6, 2021 at 14:30pm GMT+8 + +## Agenda +- Topic + +## Attendees +- [@gitee account](https://gitee.com/xxx) + +## Notes +- TODO + +## Action items +- TODO diff --git a/sig/sig_xr/sig_xr.md b/sig/sig_xr/sig_xr.md new file mode 100644 index 00000000..2fad6e0f --- /dev/null +++ b/sig/sig_xr/sig_xr.md @@ -0,0 +1,31 @@ +# sig_XXX +English | [简体中文](./sig_template_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 + +### work scope + + +## SIG Members + +### Leader +- @gitee account(https://gitee.com/xxx) + +### Committers +- @gitee account(https://gitee.com/xxx) + +### Meetings + - Meeting time:xxx + - 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 sharing document weblink, convenient for sig_related people to apply for the topic. + - 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 +- Wechat group:xxx diff --git a/sig/sig_xr/sig_xr_cn.md b/sig/sig_xr/sig_xr_cn.md new file mode 100644 index 00000000..1e00d744 --- /dev/null +++ b/sig/sig_xr/sig_xr_cn.md @@ -0,0 +1,37 @@ +# sig_XXX +简体中文 | [English](./sig_template.md) + +说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](../../zh/pmc.md)中描述的约定。 + +## SIG组工作目标和范围 + +### 工作目标 + _XXX_ + +### 工作范围 + _XXX_ + +### 工作交付件及工作计划 + _XXX_ + + +## SIG组成员 + +### Leader +- @码云账号(https://gitee.com/xxx) + +### Committers列表 +- @码云账号(https://gitee.com/xxx) + + +### 会议 + - 会议时间:xxx + - 会议申报:可参考[PMC例会](https://gitee.com/dongjinguang/community/blob/master/zh/pmc.md#pmc%E4%BC%9A%E8%AE%AE%E9%93%BE%E6%8E%A5)申请方式,提供共享文档链接,便于SIG相关申报人自行申请议题 + - 会议链接: Welink或其他会议 + - 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接 + - 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content) + +### 联系方式(可选) + +- 邮件列表:dev@openharmony.io +- 微信群:xxx -- Gitee From 5cbb9167e0132134e246133601e968d873f8c146 Mon Sep 17 00:00:00 2001 From: z00845641 Date: Sat, 7 Jun 2025 17:27:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?description=EF=BC=9A=E9=A6=96=E6=AC=A1?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0xr=E7=9B=AE=E5=BD=95=20Signed-off-by:=20zhao?= =?UTF-8?q?=5Fmengjiao=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0145be667e63e0ee1a4adac4d7e138b735b3cf31 --- sig/sig_xr/OWNERS | 10 +++++ sig/sig_xr/docs/design_template.md | 8 ++++ .../meetings/2021_07_06_meeting_template.md | 13 +++++++ sig/sig_xr/sig_xr.md | 31 ++++++++++++++++ sig/sig_xr/sig_xr_cn.md | 37 +++++++++++++++++++ 5 files changed, 99 insertions(+) create mode 100644 sig/sig_xr/OWNERS create mode 100644 sig/sig_xr/docs/design_template.md create mode 100644 sig/sig_xr/meetings/2021_07_06_meeting_template.md create mode 100644 sig/sig_xr/sig_xr.md create mode 100644 sig/sig_xr/sig_xr_cn.md diff --git a/sig/sig_xr/OWNERS b/sig/sig_xr/OWNERS new file mode 100644 index 00000000..450ae8b8 --- /dev/null +++ b/sig/sig_xr/OWNERS @@ -0,0 +1,10 @@ +{ + "Leader": [{ + "gitee_id": "dongjinguang", + "gitee_email": "dongjinguang@huawei.com" + }], + "Committers": [{ + "gitee_id": "dongjinguang", + "gitee_email": "dongjinguang@huawei.com" + }] +} \ No newline at end of file diff --git a/sig/sig_xr/docs/design_template.md b/sig/sig_xr/docs/design_template.md new file mode 100644 index 00000000..7c7cccc1 --- /dev/null +++ b/sig/sig_xr/docs/design_template.md @@ -0,0 +1,8 @@ +[Summary](#summary) +[Goals](#goals) +[Proposal](#proposal) + - [User Scenario(Optional)](#user-scenario-optional) + - [Risk](#risks) +[Design Details](#design-details) + - [System Architecture design](#arch-design) + - [Test Plan](#test-plan) diff --git a/sig/sig_xr/meetings/2021_07_06_meeting_template.md b/sig/sig_xr/meetings/2021_07_06_meeting_template.md new file mode 100644 index 00000000..d7eb9982 --- /dev/null +++ b/sig/sig_xr/meetings/2021_07_06_meeting_template.md @@ -0,0 +1,13 @@ +# July 6, 2021 at 14:30pm GMT+8 + +## Agenda +- Topic + +## Attendees +- [@gitee account](https://gitee.com/xxx) + +## Notes +- TODO + +## Action items +- TODO diff --git a/sig/sig_xr/sig_xr.md b/sig/sig_xr/sig_xr.md new file mode 100644 index 00000000..2fad6e0f --- /dev/null +++ b/sig/sig_xr/sig_xr.md @@ -0,0 +1,31 @@ +# sig_XXX +English | [简体中文](./sig_template_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 + +### work scope + + +## SIG Members + +### Leader +- @gitee account(https://gitee.com/xxx) + +### Committers +- @gitee account(https://gitee.com/xxx) + +### Meetings + - Meeting time:xxx + - 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 sharing document weblink, convenient for sig_related people to apply for the topic. + - 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 +- Wechat group:xxx diff --git a/sig/sig_xr/sig_xr_cn.md b/sig/sig_xr/sig_xr_cn.md new file mode 100644 index 00000000..1e00d744 --- /dev/null +++ b/sig/sig_xr/sig_xr_cn.md @@ -0,0 +1,37 @@ +# sig_XXX +简体中文 | [English](./sig_template.md) + +说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](../../zh/pmc.md)中描述的约定。 + +## SIG组工作目标和范围 + +### 工作目标 + _XXX_ + +### 工作范围 + _XXX_ + +### 工作交付件及工作计划 + _XXX_ + + +## SIG组成员 + +### Leader +- @码云账号(https://gitee.com/xxx) + +### Committers列表 +- @码云账号(https://gitee.com/xxx) + + +### 会议 + - 会议时间:xxx + - 会议申报:可参考[PMC例会](https://gitee.com/dongjinguang/community/blob/master/zh/pmc.md#pmc%E4%BC%9A%E8%AE%AE%E9%93%BE%E6%8E%A5)申请方式,提供共享文档链接,便于SIG相关申报人自行申请议题 + - 会议链接: Welink或其他会议 + - 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接 + - 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content) + +### 联系方式(可选) + +- 邮件列表:dev@openharmony.io +- 微信群:xxx -- Gitee