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)