You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 2.5 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. ![MindSpore Logo](MindSpore-logo.png "MindSpore logo")
  2. ======================================================
  3. <!-- TOC -->
  4. - [MindSpore Community](#mindspore-community)
  5. - [Charter](#charter)
  6. - [Code Of Conduct](#code-of-conduct)
  7. - [Contributor License Agreement](#contributor-license-agreement)
  8. - [Individual contributors](#individual-contributors)
  9. - [Corporation contributors](#corporation-contributors)
  10. - [Useful CI Commands](#useful-ci-commands)
  11. - [Communications](#communications)
  12. - [CVE Report](#cve-report)
  13. - [Slide Template](#slide-template)
  14. - [License](#license)
  15. <!-- /TOC -->
  16. English | [查看中文](./README_CN.md)
  17. # MindSpore Community
  18. This is the repo for all the community related materials. You can find the
  19. following information.
  20. ## Charter
  21. Community charter is documented in [governance.md](governance.md), this is
  22. an initial draft and will need to be approved and updated by the TSC. We
  23. also have [sig document](sigs/README.md) and [working group document](working-groups/README.md)
  24. charter provided.
  25. ## Code Of Conduct
  26. One of the most important community document, we provided both the
  27. [Chinese version](code-of-conduct_zh_cn.md) and [English version](code-of-conduct_en.md)
  28. based on CNCF Code Of Conduct.
  29. ## Contributor License Agreement
  30. You can find both the [Individual Contributor License Agreement](ICLA.pdf)
  31. and [Corporate Contributor License Agreement](CCLA.pdf).
  32. ### Individual contributors
  33. For individual contributor, please click [CLA online sign page](https://clasign.osinfra.cn/sign/Z2l0ZWUlMkZtaW5kc3BvcmU=)
  34. and choose the `Sign Individual CLA` button to sign Contributor License Agreement.
  35. ### Corporation contributors
  36. Corporation employee would not be permitted to sign the CLA until the corporation
  37. has signed CCLA document, and he(she) can click [CLA online sign page](https://clasign.osinfra.cn/sign/Z2l0ZWUlMkZtaW5kc3BvcmU=)
  38. and choose the `Sign Employee CLA` button to sign Contributor License Agreement.
  39. ## Useful CI Commands
  40. Please check out some of the most useful [CI command](command.md)
  41. you could use.
  42. ## Communications
  43. Please find all the necessary information regarding how we use `IRC`, `Slack`,
  44. and `mailing-list` for discussions in the community.
  45. ## CVE Report
  46. If you want to file a CVE report, please refer to information in the `security`
  47. folder.
  48. ## Slide Template
  49. MindSpore community themed slide templates if you need to make a presentation.
  50. ## License
  51. [Apache License 2.0](LICENSE)