diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 395aa89a6a..1e590b73b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ When filing an [issue](https://github.com/apache/polaris/issues), make sure to a 4. What did you expect to see? 5. What did you see instead? -Troubleshooting questions should be posted on [dev mailing list](mailto:dev@polaris.apache.org) (you can [subscribe](mailto:dev-subscribe@polaris.apache.org)) instead of the issue tracker. Maintainers and community members will answer your questions there or ask you to file an issue if you’ve encountered a bug. +Troubleshooting questions should be posted on the [public chat](https://polaris-catalog.zulipchat.com/) (no invite needed) or on [dev mailing list](mailto:dev@polaris.apache.org) (you can [subscribe](mailto:dev-subscribe@polaris.apache.org)) instead of the issue tracker. Maintainers and community members will answer your questions there or ask you to file an issue if you’ve encountered a bug. ### How to suggest a feature or enhancement diff --git a/README.md b/README.md index 7e34ee18f0..64f986c0c5 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,13 @@ Documentation is available at https://polaris.apache.org, including [Polaris management API doc](https://polaris.apache.org/index.html#tag/polaris-management-service_other) and [Apache Iceberg REST API doc](https://polaris.apache.org/index.html#tag/Configuration-API). +[![Zulip](https://img.shields.io/badge/Zulip-Chat-blue?color=3d4db3&logo=zulip&style=for-the-badge&logoColor=white)](https://polaris-catalog.zulipchat.com/) +[![Build Status](https://img.shields.io/github/actions/workflow/status/apache/polaris/gradle.yml?branch=main&label=Main%20CI&logo=Github&style=for-the-badge)](https://github.com/apache/polaris/actions/workflows/gradle.yml?query=branch%3Amain) + +## Community + +Join us on the [Apache Polaris public chat](https://polaris-catalog.zulipchat.com/) (no invite needed). + ## Development See [CONTRIBUTING](CONTRIBUTING.md) for contribution requirements.