diff --git a/README.md b/README.md index 74a38a2fe..2d6b312d3 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,15 @@ There are several ways to communicate with us: - The [`#kube-bind` channel](https://kubernetes.slack.com/archives/C046PRXNJ4W) in the [Kubernetes Slack workspace](https://slack.k8s.io) - Our mailing list [kube-bind-dev](https://groups.google.com/g/kube-bind-dev) for development discussions. +- Our bi-weekly community meetings — every second Thursday at 11am EST (5pm CET). + - By joining the [kube-bind-dev mailing list](https://groups.google.com/g/kube-bind-dev), you should receive an invite. + - See our [community meeting notes document](https://docs.google.com/document/d/1qztpKOmdZu5iWq_4N9n3AZpcAPuPhBiGNbje5GPg0iM) for upcoming and past agendas. + + + + + +See the [community page](https://docs.kube-bind.io/main/community) for more details. ## Technical Overview diff --git a/docs/content/community/index.md b/docs/content/community/index.md new file mode 100644 index 000000000..2f2de5071 --- /dev/null +++ b/docs/content/community/index.md @@ -0,0 +1,29 @@ +# Community + +kube-bind is built and maintained by an open community. We welcome new contributors, users, and curious onlookers. + +## Communication channels + +- **Slack:** [`#kube-bind`](https://kubernetes.slack.com/archives/C046PRXNJ4W) in the [Kubernetes Slack workspace](https://slack.k8s.io). +- **Mailing list:** [kube-bind-dev](https://groups.google.com/g/kube-bind-dev) for development discussions and meeting invites. + +## Community meetings + +We hold bi-weekly community meetings — every second Thursday at 11am EST (5pm CET). The meetings are open to everyone. + +- **Get the invite:** join the [kube-bind-dev mailing list](https://groups.google.com/g/kube-bind-dev). +- **Agenda and notes:** the shared [community meeting notes document](https://docs.google.com/document/d/1qztpKOmdZu5iWq_4N9n3AZpcAPuPhBiGNbje5GPg0iM) holds upcoming and past agendas. Please add your name and topic before the call. +- **Anyone may add an agenda item.** New contributors and users are especially encouraged to bring questions. + + + + +## Governance and contributing + +- [Contributing guide](../contributing/index.md) +- [Project governance](https://github.com/kube-bind/kube-bind/blob/main/GOVERNANCE.md) +- [Code of conduct](https://github.com/kube-bind/kube-bind/blob/main/code-of-conduct.md) diff --git a/docs/content/index.md b/docs/content/index.md index 0e79c6202..80905e7f9 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -32,4 +32,10 @@ There are several ways to communicate with us: - The [`#kube-bind` channel](https://kubernetes.slack.com/archives/C046PRXNJ4W) in the [Kubernetes Slack workspace](https://slack.k8s.io). - Our mailing lists: - [kube-bind-dev](https://groups.google.com/g/kube-bind-dev) for development discussions. -- By joining the kube-bind-dev mailing list, you should receive an invite to our bi-weekly community meetings. \ No newline at end of file +- Our bi-weekly community meetings — every second Thursday at 11am EST (5pm CET). + - By joining the [kube-bind-dev mailing list](https://groups.google.com/g/kube-bind-dev), you should receive an invite. + - See our [community meeting notes document](https://docs.google.com/document/d/1qztpKOmdZu5iWq_4N9n3AZpcAPuPhBiGNbje5GPg0iM) for upcoming and past agendas. + + + +See the [community page](./community/index.md) for more details. \ No newline at end of file