|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- 
- ======================================================
-
- <!-- TOC -->
-
- - [MindSpore Community](#mindspore-community)
- - [Charter](#charter)
- - [Code Of Conduct](#code-of-conduct)
- - [Contributor License Agreement](#contributor-license-agreement)
- - [Individual contributors](#individual-contributors)
- - [Corporation contributors](#corporation-contributors)
- - [Useful CI Commands](#useful-ci-commands)
- - [Communications](#communications)
- - [CVE Report](#cve-report)
- - [Slide Template](#slide-template)
- - [License](#license)
-
- <!-- /TOC -->
-
- English | [查看中文](./README_CN.md)
-
- # MindSpore Community
-
- This is the repo for all the community related materials. You can find the
- following information.
-
- ## Charter
-
- Community charter is documented in [governance.md](governance.md), this is
- an initial draft and will need to be approved and updated by the TSC. We
- also have [sig document](sigs/README.md) and [working group document](working-groups/README.md)
- charter provided.
-
- ## Code Of Conduct
-
- One of the most important community document, we provided both the
- [Chinese version](code-of-conduct_zh_cn.md) and [English version](code-of-conduct_en.md)
- based on CNCF Code Of Conduct.
-
- ## Contributor License Agreement
-
- You can find both the [Individual Contributor License Agreement](ICLA.pdf)
- and [Corporate Contributor License Agreement](CCLA.pdf).
-
- ### Individual contributors
-
- For individual contributor, please click [CLA online sign page](https://clasign.osinfra.cn/sign/Z2l0ZWUlMkZtaW5kc3BvcmU=)
- and choose the `Sign Individual CLA` button to sign Contributor License Agreement.
-
- ### Corporation contributors
-
- Corporation employee would not be permitted to sign the CLA until the corporation
- has signed CCLA document, and he(she) can click [CLA online sign page](https://clasign.osinfra.cn/sign/Z2l0ZWUlMkZtaW5kc3BvcmU=)
- and choose the `Sign Employee CLA` button to sign Contributor License Agreement.
-
- ## Useful CI Commands
-
- Please check out some of the most useful [CI command](command.md)
- you could use.
-
- ## Communications
-
- Please find all the necessary information regarding how we use `IRC`, `Slack`,
- and `mailing-list` for discussions in the community.
-
- ## CVE Report
-
- If you want to file a CVE report, please refer to information in the `security`
- folder.
-
- ## Slide Template
-
- MindSpore community themed slide templates if you need to make a presentation.
-
- ## License
-
- [Apache License 2.0](LICENSE)
|