This is an automated email from the ASF dual-hosted git repository.

russellspitzer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new ddc6649  Add badges to README + links to Zulip (#180)
ddc6649 is described below

commit ddc6649858c906f4c5f347fdfcfdd5bd833039d9
Author: Robert Stupp <[email protected]>
AuthorDate: Mon Aug 26 03:52:10 2024 +0200

    Add badges to README + links to Zulip (#180)
---
 CONTRIBUTING.md | 2 +-
 README.md       | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 395aa89..1e590b7 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:[email protected]) (you can 
[subscribe](mailto:[email protected])) 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:[email protected]) (you can 
[subscribe](mailto:[email protected])) 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 c0df940..df6daa1 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.

Reply via email to