diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 7147c8b..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 06b7c23..8ff9fd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.DS_Store +.vscode .idea output bin diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 07f5103..f42aa60 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -xuchen.xiaoying@bytedance.com. +kubewharf.conduct@bytedance.com. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/MAINTAINER.md b/MAINTAINER.md new file mode 100644 index 0000000..d7717c2 --- /dev/null +++ b/MAINTAINER.md @@ -0,0 +1,10 @@ +# The KubeBrain Maintainers + +This file lists the maintainers of the KubeBrain project. + +## Project Maintainers + +| Name | GitHub ID | Affiliation | +|-------------|-------------------------------------------------------| ----------- | +| Chen Xu | [xuchen-xiaoying](https://github.com/xuchen-xiaoying) | ByteDance | +| Yingcai Xue | [divanodestiny](https://github.com/divanodestiny) | ByteDance | diff --git a/README.md b/README.md index 6f56b9b..a82b72e 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,12 @@ Please check [Contributing](CONTRIBUTING.md) for more details. Please check [Code of Conduct](CODE_OF_CONDUCT.md) for more details. +## Community + +- Email: kubewharf.conduct@bytedance.com +- Member: Please refer to [Maintainers](./MAINTAINER.md). + ## License This project is licensed under the [Apache-2.0 License](LICENSE). -## Community - -- Email: [xuchen.xiaoying@bytedance.com](xuchen.xiaoying@bytedance.com) diff --git a/README_CN.md b/README_CN.md index d3a090f..2e203d6 100644 --- a/README_CN.md +++ b/README_CN.md @@ -45,10 +45,11 @@ [Contributing](CONTRIBUTING.md) -# 开源许可 +# 联系我们 -KubeBrain基于[Apache License 2.0](LICENSE)许可证。 +- Email: kubewharf.conduct@bytedance.com +- Member: 请查看 [Maintainers](./MAINTAINER.md) -# 联系我们 +# 开源许可 -- Email: [xuchen.xiaoying@bytedance.com](xuchen.xiaoying@bytedance.com) \ No newline at end of file +KubeBrain基于[Apache License 2.0](LICENSE)许可证。