This is an automated email from the ASF dual-hosted git repository. duanzhengqiang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git
commit a5d5105def6f7366de3e40de79cb2934ce245c0c Author: mlycore <[email protected]> AuthorDate: Mon Aug 22 12:28:23 2022 +0800 chore(docs): update readme according to ShardingSphere community informations Signed-off-by: mlycore <[email protected]> --- README.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8799453..278aa82 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ShardingSphere on Cloud -[](https://github.com/SphereEx/shardingsphere-on-cloud/releases) +**Apache ShardingSphere Official Website:** [https://shardingsphere.apache.org/](https://shardingsphere.apache.org/) + +[](https://github.com/apache/shardingsphere-on-cloud/releases) [](https://www.apache.org/licenses/LICENSE-2.0.html) [](https://twitter.com/ShardingSphere) [](https://join.slack.com/t/apacheshardingsphere/shared_invite/zt-sbdde7ie-SjDqo9~I4rYcR18bq0SYTg) @@ -10,11 +12,10 @@ This repository collects scripts, tools, manifests and documentations, provides Solutions currently included in this project: -* [The ShardingSphere-Operator](https://github.com/SphereEx/shardingsphere-on-cloud/tree/main/shardingsphere-operator) +* [The ShardingSphere-Operator](https://github.com/apache/shardingsphere-on-cloud/tree/main/shardingsphere-operator) The ShardingSphere operator uses predefined CustomResourceDefinitions for describing a Deployment for Apache ShardingSphere on Kubernetes. - ## ShardingSphere Operator ### Prerequisites @@ -62,15 +63,23 @@ To build ShardingSphere Operator from scratch you will need to install the follo * Kubebuilder 3.4.1+ ## Contributing - To contribute to this project, refer to [Contributing](CONTRIBUTING.md). -## Join the discussion +## Community & Support + +<hr> + +:link: [Mailing List](https://shardingsphere.apache.org/community/en/contribute/subscribe/). Best for: Apache community updates, releases, changes. + +:link: [GitHub Issues](https://github.com/apache/shardingsphere-on-cloud/issues). Best for: larger systemic questions/bug reports or anything development related. + +:link: [GitHub Discussions](https://github.com/apache/shardingsphere-on-cloud/discussions). Best for: technical questions & support, requesting new features, proposing new features. + +:link: [Slack channel](https://join.slack.com/t/apacheshardingsphere/shared_invite/zt-sbdde7ie-SjDqo9~I4rYcR18bq0SYTg). Best for: instant communications and online meetings, sharing your applications. -If you have any questions or feedback regarding this project, join the [Apache ShardingSphere Slack](https://join.slack.com/t/apacheshardingsphere/shared_invite/zt-sbdde7ie-SjDqo9~I4rYcR18bq0SYTg). +:link: [Twitter](https://twitter.com/ShardingSphere). Best for: keeping up to date on everything ShardingSphere. -For Wechat users, follow this . ## License -Apache License 2.0, see [LICENSE](https://github.com/SphereEx/shardingsphere-on-cloud/blob/main/LICENSE). \ No newline at end of file +Apache License 2.0, see [LICENSE](https://github.com/SphereEx/shardingsphere-on-cloud/blob/main/LICENSE).
