From ff33ec7d8b960f301295708d8ff87f2d8079edfc Mon Sep 17 00:00:00 2001 From: Alex Snaps Date: Fri, 15 Sep 2023 10:34:15 -0400 Subject: [PATCH] Added link to slack channel on k8s workspace --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c43c3f00..4cdc7f04 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ port, that implements the Envoy Rate Limit protocol (v3). - [**Development**](#development) - [**Testing Environment**](limitador-server/docs/sandbox.md) - [**Kubernetes**](limitador-server/kubernetes/) +- [**Contributing**](#contributing) - [**License**](#license) Limitador is under active development, and its API has not been stabilized yet. @@ -82,6 +83,11 @@ or you can run tests disabling the "redis storage" feature: cd limitador; cargo test --no-default-features ``` +## Contributing + +Join us on the [#kuadrant](https://kubernetes.slack.com/archives/C05J0D0V525) channel in the Kubernetes Slack workspace, +for live discussions about the roadmap and more. + ## License [Apache 2.0 License](LICENSE)