From c8d94d058d7b31eeed83a4d9d6ce76e757d9f507 Mon Sep 17 00:00:00 2001 From: Zhiwei Yin Date: Thu, 5 Aug 2021 12:56:40 +0800 Subject: [PATCH] update readme Signed-off-by: Zhiwei Yin --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index a8cf3ca8e..c4d83c5e7 100644 --- a/README.md +++ b/README.md @@ -13,19 +13,6 @@ Contains controllers that support: - the management of [managed cluster add-ons](https://github.com/open-cluster-management-io/api/blob/main/addon/v1alpha1/types_managedclusteraddon.go) (see [managed cluster addons management](https://github.com/open-cluster-management-io/enhancements/tree/main/enhancements/sig-architecture/12-addon-manager) for design deatails) -## Community, discussion, contribution, development and support - -Check the [CONTRIBUTING Doc](CONTRIBUTING.md) for how to contribute to the repo. - - - ------- ## Quickstart @@ -141,6 +128,19 @@ registration for all managed cluster addons, you can find more details from the > Note: The addon-management is in alpha stage, it is not enabled by default, it is controlled by > feature gate `AddonManagement` +## Community, discussion, contribution, and support + +Check the [CONTRIBUTING Doc](CONTRIBUTING.md) for how to contribute to the repo. + +### Communication channels + +Slack channel: [#open-cluster-mgmt](http://slack.k8s.io/#open-cluster-mgmt) + +## License + +This code is released under the Apache 2.0 license. See the file LICENSE for more information. + +