From f4f97ecc86b4541271240550290efb35b34a8d03 Mon Sep 17 00:00:00 2001 From: zhoushan Date: Fri, 6 Aug 2021 09:35:38 +0800 Subject: [PATCH] Add MindSpore Repository --- repository/src-openeuler.yaml | 7 +++ sig/sig-MindSpore/OWNERS | 7 +++ sig/sig-MindSpore/README.md | 61 +++++++++++++++++++++++++++ sig/sig-MindSpore/sig-MindSpore.md | 42 ++++++++++++++++++ sig/sig-MindSpore/sig-MindSpore_cn.md | 45 ++++++++++++++++++++ sig/sigs.yaml | 3 ++ 6 files changed, 165 insertions(+) create mode 100644 sig/sig-MindSpore/OWNERS create mode 100644 sig/sig-MindSpore/README.md create mode 100644 sig/sig-MindSpore/sig-MindSpore.md create mode 100644 sig/sig-MindSpore/sig-MindSpore_cn.md diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index f7e3febbe..25f69bb07 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -144699,3 +144699,10 @@ repositories: type: protected create_from: master type: public +- name: okhttp + description: An HTTP & HTTP/2 client for Android and Java applications. + upstream: https://github.com/square/okhttp/ + branches: + - name: master + type: protected + type: public diff --git a/sig/sig-MindSpore/OWNERS b/sig/sig-MindSpore/OWNERS new file mode 100644 index 000000000..1a48e87ce --- /dev/null +++ b/sig/sig-MindSpore/OWNERS @@ -0,0 +1,7 @@ +maintainers: + - ouwenchang + - kingxian + - guoqi1024 + - Baochong + - chengxb7532 + - Zhunaipan diff --git a/sig/sig-MindSpore/README.md b/sig/sig-MindSpore/README.md new file mode 100644 index 000000000..4eb08cb5f --- /dev/null +++ b/sig/sig-MindSpore/README.md @@ -0,0 +1,61 @@ +# MindSpore SIG + +- 为了MindSpore后续在openEuler上能稳定运行,通过建立MindSpore项目SIG,将MindSpore依赖的开源软件依托在src-openEuler进行维护. +- 扩展openEuler社区的AI训练框架生态 +- 构建MindSpore依赖的开源软件在openEuler维护能力 +- 提供AI训练框架软件开源承载平台 + + + +# 组织会议 + +- 公开的会议时间:NA +- 邮件讨论为主,涉及决策的内容,TC会议申报议题 + + + +# 成员 + +### Maintainer列表 + +- 欧功畅[@ouwenchang](https://gitee.com/ouwenchang),*ougongchang@huawei.com* +- 金小贤[@kingxian](https://gitee.com/kingxian) +- 郭琦[@guoqi1024](https://gitee.com/guoqi1024) +- 鲍翀[@Baochong](https://gitee.com/Baochong) +- 程现斌[@chengxb7532](https://gitee.com/chengxb7532) +- 朱乃盘[@Zhunaipan](https://gitee.com/Zhunaipan) + + + +### Committer列表 + +- 欧功畅[@ouwenchang](https://gitee.com/ouwenchang) +- 周培晨[@zpac](https://gitee.com/zpac) +- 周姗[@zhoushan33](https://gitee.com/zhoushan33) +- 金小贤[@kingxian](https://gitee.com/kingxian) +- 郭琦[@guoqi1024](https://gitee.com/guoqi1024) +- 鲍翀[@Baochong](https://gitee.com/Baochong) +- 程现斌[@chengxb7532](https://gitee.com/chengxb7532) +- 朱乃盘[@Zhunaipan](https://gitee.com/Zhunaipan) + + + +# 联系方式 + +- [邮件列表](dev@openeuler.org) +- [IRC公开会议]() +- 视频会议 + + + + + +# 项目清单 + +*<可选,如果在申请SIG的时候,就有新项目,请完善此处内容。项目名称和申请表格一致,repository地址和repository.yaml内的申请地址一致>* + +项目名称: + +repository地址: + +- https://gitee.com/src-openeuler/okhttp \ No newline at end of file diff --git a/sig/sig-MindSpore/sig-MindSpore.md b/sig/sig-MindSpore/sig-MindSpore.md new file mode 100644 index 000000000..058ef6b23 --- /dev/null +++ b/sig/sig-MindSpore/sig-MindSpore.md @@ -0,0 +1,42 @@ + +# Application to create a new SIG +English | [简体中文](./sig-template_cn.md) + + +Note: The Charter of this SIG follows the convention described in the openEuler charter [README](/en/governance/README.md), and follows [SIG-governance](/en/technical-committee/governance/SIG-governance.md). + +## SIG Mission and Scope + +Describe the Mission and objectives of the new SIG, including but not limited to: + +- Why create a new SIG in openEuler + - In order for MindSpore to run stably on openEuler in the future, by establishing the MindSpore project SIG, the open source software that MindSpore relies on is maintained on src-openEuler. +- The scope of the SIG + - Expand the AI training framework ecology of the openEuler community + - Build the open-source software that MindSpore relies on to maintain the ability in openEuler + - Provide AI training framework software open source platform +- Which SIGs in openEuler to coorperate with + - None. + + +### Deliverables + +What and in what form the SIG is responsible for delivering + +- Source and tar + +### Repositories and description managed by this SIG + +- [okhttp](https://gitee.com/src-openeuler/okhttp) + + +### Cross-domain and external-oriented processes + +Cross-domain and externally-oriented processes and actions defined and implemented by this SIG: + +- Non-Internal Process Checklist + - Q&A by issues. + - Contributors can pull-request their efforts, SIG will decide wether to pull the updates. +- The organization guidance plan for the entire openEulerSIG owned by this SIG, etc. + - None. + diff --git a/sig/sig-MindSpore/sig-MindSpore_cn.md b/sig/sig-MindSpore/sig-MindSpore_cn.md new file mode 100644 index 000000000..330e06626 --- /dev/null +++ b/sig/sig-MindSpore/sig-MindSpore_cn.md @@ -0,0 +1,45 @@ + +# 新建SIG申请 +[English](./sig-template.md) | 简体中文 + + +说明:本SIG的Charter内容遵循openEuler章程 [README](/zh/governance/README.md)中描述的约定,使用[SIG-governance](/zh/technical-committee/governance/SIG-governance.md)中概述的角色和组织管理。 + +## SIG组工作目标和范围 + +用描述新申请SIG计划工作的范围和目标,包括但不限于: + + - 为什么需要在openEuler里创建一个这样的新SIG + + 为了MindSpore后续在openEuler上能稳定运行,通过建立MindSpore项目SIG,将MindSpore依赖的开源软件依托在src-openEuler进行维护. + + - 该SIG的业务范围 + + 1. 扩展openEuler社区的AI训练框架生态 + 2. 构建MindSpore依赖的开源软件在openEuler维护能力 + 3. 提供AI训练框架软件开源承载平台 + + - 该SIG需要得到openEuler内哪些SIG的支持 + + 暂无 + + + + ### 该SIG管理的repository及描述 + +- 项目名称: + - 交付件形式:源码、tar包或兼而有之 + - repository1名称:[okhttp](https://gitee.com/src-openeuler/okhttp) + + + + + ### 跨领域和面向外部的流程 + + 由该SIG定义和执行的,且跨领域和面向外部的流程和行动: + + - 非内部流程清单 + - 外部讨论或建议由issue解决。 + - 开源贡献者由pull-request发起,组内定时检查并确定是否拉取。 + - 该SIG拥有的面向整个openEulerSIG的组织指导计划等 + - 暂无。 diff --git a/sig/sigs.yaml b/sig/sigs.yaml index 074530730..d8a98b11f 100755 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -8293,6 +8293,9 @@ sigs: - name: sig-Edge repositories: - openeuler/sig-Edge +- name: sig-MindSpore + repositories: + - src-openeuler/okhttp - name: G11N repositories: - openeuler/globalization -- Gitee